Package com.cognite.client.dto
Interface ExtractionPipelineRunOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtractionPipelineRun,ExtractionPipelineRun.Builder
public interface ExtractionPipelineRunOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedTime()optional int64 created_time = 5;StringgetExternalId()optional string external_id = 1;com.google.protobuf.ByteStringgetExternalIdBytes()optional string external_id = 1;longgetId()optional int64 id = 2;StringgetMessage()optional string message = 4;com.google.protobuf.ByteStringgetMessageBytes()optional string message = 4;ExtractionPipelineRun.StatusgetStatus().com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;intgetStatusValue().com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;booleanhasCreatedTime()optional int64 created_time = 5;booleanhasExternalId()optional string external_id = 1;booleanhasId()optional int64 id = 2;booleanhasMessage()optional string message = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExternalId
boolean hasExternalId()
optional string external_id = 1;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()
optional string external_id = 1;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()
optional string external_id = 1;- Returns:
- The bytes for externalId.
-
hasId
boolean hasId()
optional int64 id = 2;- Returns:
- Whether the id field is set.
-
getId
long getId()
optional int64 id = 2;- Returns:
- The id.
-
getStatusValue
int getStatusValue()
.com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
ExtractionPipelineRun.Status getStatus()
.com.cognite.beam.proto.ExtractionPipelineRun.Status status = 3;- Returns:
- The status.
-
hasMessage
boolean hasMessage()
optional string message = 4;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()
optional string message = 4;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
optional string message = 4;- Returns:
- The bytes for message.
-
hasCreatedTime
boolean hasCreatedTime()
optional int64 created_time = 5;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()
optional int64 created_time = 5;- Returns:
- The createdTime.
-
-