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
Modifier and TypeMethodDescriptionlongoptional int64 created_time = 5;optional string external_id = 1;com.google.protobuf.ByteStringoptional string external_id = 1;longgetId()optional int64 id = 2;optional string message = 4;com.google.protobuf.ByteStringoptional string message = 4;.com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;int.com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;booleanoptional int64 created_time = 5;booleanoptional string external_id = 1;booleanhasId()optional int64 id = 2;booleanoptional string message = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.client.dto.ExtractionPipelineRun.Status status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
ExtractionPipelineRun.Status getStatus().com.cognite.client.dto.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.
-