public static interface Lineage.LineageEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
long |
getId()
optional int64 id = 1; |
long |
getInputFiles(int index)
repeated int64 input_files = 2; |
int |
getInputFilesCount()
repeated int64 input_files = 2; |
List<Long> |
getInputFilesList()
repeated int64 input_files = 2; |
String |
getJobCommand()
optional string job_command = 4; |
com.google.protobuf.ByteString |
getJobCommandBytes()
optional string job_command = 4; |
String |
getJobOutputPath()
optional string job_output_path = 5; |
com.google.protobuf.ByteString |
getJobOutputPathBytes()
optional string job_output_path = 5; |
long |
getOutputFileIds(int index)
repeated int64 output_file_ids = 3; |
int |
getOutputFileIdsCount()
repeated int64 output_file_ids = 3; |
List<Long> |
getOutputFileIdsList()
repeated int64 output_file_ids = 3; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasJobCommand()
optional string job_command = 4; |
boolean |
hasJobOutputPath()
optional string job_output_path = 5; |
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
int getInputFilesCount()
repeated int64 input_files = 2;
long getInputFiles(int index)
repeated int64 input_files = 2;
int getOutputFileIdsCount()
repeated int64 output_file_ids = 3;
long getOutputFileIds(int index)
repeated int64 output_file_ids = 3;
boolean hasJobCommand()
optional string job_command = 4;
String getJobCommand()
optional string job_command = 4;
com.google.protobuf.ByteString getJobCommandBytes()
optional string job_command = 4;
boolean hasJobOutputPath()
optional string job_output_path = 5;
String getJobOutputPath()
optional string job_output_path = 5;
com.google.protobuf.ByteString getJobOutputPathBytes()
optional string job_output_path = 5;
boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
long getCreationTimeMs()
optional int64 creation_time_ms = 6;
Copyright © 2023. All Rights Reserved.