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 Type
    Method
    Description
    long
    optional int64 created_time = 5;
    optional string external_id = 1;
    com.google.protobuf.ByteString
    optional string external_id = 1;
    long
    optional int64 id = 2;
    optional string message = 4;
    com.google.protobuf.ByteString
    optional string message = 4;
    .com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;
    int
    .com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;
    boolean
    optional int64 created_time = 5;
    boolean
    optional string external_id = 1;
    boolean
    optional int64 id = 2;
    boolean
    optional string message = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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.