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
      long getCreatedTime()
      optional int64 created_time = 5;
      String getExternalId()
      optional string external_id = 1;
      com.google.protobuf.ByteString getExternalIdBytes()
      optional string external_id = 1;
      long getId()
      optional int64 id = 2;
      String getMessage()
      optional string message = 4;
      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 4;
      ExtractionPipelineRun.Status getStatus()
      .com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;
      int getStatusValue()
      .com.cognite.client.dto.ExtractionPipelineRun.Status status = 3;
      boolean hasCreatedTime()
      optional int64 created_time = 5;
      boolean hasExternalId()
      optional string external_id = 1;
      boolean hasId()
      optional int64 id = 2;
      boolean hasMessage()
      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 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.client.dto.ExtractionPipelineRun.Status status = 3;
        Returns:
        The enum numeric value on the wire for 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.