Interface Transformation.JobOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Transformation.Job, Transformation.Job.Builder
Enclosing class:
Transformation

public static interface Transformation.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      int getId()
      int32 id = 1;
      Returns:
      The id.
    • getUuid

      String getUuid()
      string uuid = 2;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 2;
      Returns:
      The bytes for uuid.
    • getTransformationId

      int getTransformationId()
      int32 transformation_id = 3;
      Returns:
      The transformationId.
    • getTransformationExternalId

      String getTransformationExternalId()
      string transformation_external_id = 4;
      Returns:
      The transformationExternalId.
    • getTransformationExternalIdBytes

      com.google.protobuf.ByteString getTransformationExternalIdBytes()
      string transformation_external_id = 4;
      Returns:
      The bytes for transformationExternalId.
    • getSourceProject

      String getSourceProject()
      string source_project = 5;
      Returns:
      The sourceProject.
    • getSourceProjectBytes

      com.google.protobuf.ByteString getSourceProjectBytes()
      string source_project = 5;
      Returns:
      The bytes for sourceProject.
    • getDestinationProject

      String getDestinationProject()
      string destination_project = 6;
      Returns:
      The destinationProject.
    • getDestinationProjectBytes

      com.google.protobuf.ByteString getDestinationProjectBytes()
      string destination_project = 6;
      Returns:
      The bytes for destinationProject.
    • hasDestination

      boolean hasDestination()
      optional .com.cognite.client.dto.Transformation.Destination destination = 7;
      Returns:
      Whether the destination field is set.
    • getDestination

      Transformation.Destination getDestination()
      optional .com.cognite.client.dto.Transformation.Destination destination = 7;
      Returns:
      The destination.
    • getDestinationOrBuilder

      Transformation.DestinationOrBuilder getDestinationOrBuilder()
      optional .com.cognite.client.dto.Transformation.Destination destination = 7;
    • getConflictMode

      String getConflictMode()
      string conflict_mode = 8;
      Returns:
      The conflictMode.
    • getConflictModeBytes

      com.google.protobuf.ByteString getConflictModeBytes()
      string conflict_mode = 8;
      Returns:
      The bytes for conflictMode.
    • getQuery

      String getQuery()
      string query = 9;
      Returns:
      The query.
    • getQueryBytes

      com.google.protobuf.ByteString getQueryBytes()
      string query = 9;
      Returns:
      The bytes for query.
    • hasCreatedTime

      boolean hasCreatedTime()
      optional int64 created_time = 10;
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      long getCreatedTime()
      optional int64 created_time = 10;
      Returns:
      The createdTime.
    • hasStartedTime

      boolean hasStartedTime()
      optional int64 started_time = 11;
      Returns:
      Whether the startedTime field is set.
    • getStartedTime

      long getStartedTime()
      optional int64 started_time = 11;
      Returns:
      The startedTime.
    • hasFinishedTime

      boolean hasFinishedTime()
      optional int64 finished_time = 12;
      Returns:
      Whether the finishedTime field is set.
    • getFinishedTime

      long getFinishedTime()
      optional int64 finished_time = 12;
      Returns:
      The finishedTime.
    • hasLastSeenTime

      boolean hasLastSeenTime()
      optional int64 last_seen_time = 13;
      Returns:
      Whether the lastSeenTime field is set.
    • getLastSeenTime

      long getLastSeenTime()
      optional int64 last_seen_time = 13;
      Returns:
      The lastSeenTime.
    • hasError

      boolean hasError()
      optional string error = 14;
      Returns:
      Whether the error field is set.
    • getError

      String getError()
      optional string error = 14;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      optional string error = 14;
      Returns:
      The bytes for error.
    • getIgnoreNullFields

      boolean getIgnoreNullFields()
      bool ignore_null_fields = 15;
      Returns:
      The ignoreNullFields.
    • getStatus

      String getStatus()
      string status = 16;
      Returns:
      The status.
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
      string status = 16;
      Returns:
      The bytes for status.