Class Transformation.Job

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.cognite.client.dto.Transformation.Job
All Implemented Interfaces:
Transformation.JobOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
Transformation

public static final class Transformation.Job extends com.google.protobuf.GeneratedMessageV3 implements Transformation.JobOrBuilder
Protobuf type com.cognite.client.dto.Transformation.Job
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • UUID_FIELD_NUMBER

      public static final int UUID_FIELD_NUMBER
      See Also:
    • TRANSFORMATION_ID_FIELD_NUMBER

      public static final int TRANSFORMATION_ID_FIELD_NUMBER
      See Also:
    • TRANSFORMATION_EXTERNAL_ID_FIELD_NUMBER

      public static final int TRANSFORMATION_EXTERNAL_ID_FIELD_NUMBER
      See Also:
    • SOURCE_PROJECT_FIELD_NUMBER

      public static final int SOURCE_PROJECT_FIELD_NUMBER
      See Also:
    • DESTINATION_PROJECT_FIELD_NUMBER

      public static final int DESTINATION_PROJECT_FIELD_NUMBER
      See Also:
    • DESTINATION_FIELD_NUMBER

      public static final int DESTINATION_FIELD_NUMBER
      See Also:
    • CONFLICT_MODE_FIELD_NUMBER

      public static final int CONFLICT_MODE_FIELD_NUMBER
      See Also:
    • QUERY_FIELD_NUMBER

      public static final int QUERY_FIELD_NUMBER
      See Also:
    • CREATED_TIME_FIELD_NUMBER

      public static final int CREATED_TIME_FIELD_NUMBER
      See Also:
    • STARTED_TIME_FIELD_NUMBER

      public static final int STARTED_TIME_FIELD_NUMBER
      See Also:
    • FINISHED_TIME_FIELD_NUMBER

      public static final int FINISHED_TIME_FIELD_NUMBER
      See Also:
    • LAST_SEEN_TIME_FIELD_NUMBER

      public static final int LAST_SEEN_TIME_FIELD_NUMBER
      See Also:
    • ERROR_FIELD_NUMBER

      public static final int ERROR_FIELD_NUMBER
      See Also:
    • IGNORE_NULL_FIELDS_FIELD_NUMBER

      public static final int IGNORE_NULL_FIELDS_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getId

      public int getId()
      int32 id = 1;
      Specified by:
      getId in interface Transformation.JobOrBuilder
      Returns:
      The id.
    • getUuid

      public String getUuid()
      string uuid = 2;
      Specified by:
      getUuid in interface Transformation.JobOrBuilder
      Returns:
      The uuid.
    • getUuidBytes

      public com.google.protobuf.ByteString getUuidBytes()
      string uuid = 2;
      Specified by:
      getUuidBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for uuid.
    • getTransformationId

      public int getTransformationId()
      int32 transformation_id = 3;
      Specified by:
      getTransformationId in interface Transformation.JobOrBuilder
      Returns:
      The transformationId.
    • getTransformationExternalId

      public String getTransformationExternalId()
      string transformation_external_id = 4;
      Specified by:
      getTransformationExternalId in interface Transformation.JobOrBuilder
      Returns:
      The transformationExternalId.
    • getTransformationExternalIdBytes

      public com.google.protobuf.ByteString getTransformationExternalIdBytes()
      string transformation_external_id = 4;
      Specified by:
      getTransformationExternalIdBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for transformationExternalId.
    • getSourceProject

      public String getSourceProject()
      string source_project = 5;
      Specified by:
      getSourceProject in interface Transformation.JobOrBuilder
      Returns:
      The sourceProject.
    • getSourceProjectBytes

      public com.google.protobuf.ByteString getSourceProjectBytes()
      string source_project = 5;
      Specified by:
      getSourceProjectBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for sourceProject.
    • getDestinationProject

      public String getDestinationProject()
      string destination_project = 6;
      Specified by:
      getDestinationProject in interface Transformation.JobOrBuilder
      Returns:
      The destinationProject.
    • getDestinationProjectBytes

      public com.google.protobuf.ByteString getDestinationProjectBytes()
      string destination_project = 6;
      Specified by:
      getDestinationProjectBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for destinationProject.
    • hasDestination

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

      public Transformation.Destination getDestination()
      optional .com.cognite.client.dto.Transformation.Destination destination = 7;
      Specified by:
      getDestination in interface Transformation.JobOrBuilder
      Returns:
      The destination.
    • getDestinationOrBuilder

      public Transformation.DestinationOrBuilder getDestinationOrBuilder()
      optional .com.cognite.client.dto.Transformation.Destination destination = 7;
      Specified by:
      getDestinationOrBuilder in interface Transformation.JobOrBuilder
    • getConflictMode

      public String getConflictMode()
      string conflict_mode = 8;
      Specified by:
      getConflictMode in interface Transformation.JobOrBuilder
      Returns:
      The conflictMode.
    • getConflictModeBytes

      public com.google.protobuf.ByteString getConflictModeBytes()
      string conflict_mode = 8;
      Specified by:
      getConflictModeBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for conflictMode.
    • getQuery

      public String getQuery()
      string query = 9;
      Specified by:
      getQuery in interface Transformation.JobOrBuilder
      Returns:
      The query.
    • getQueryBytes

      public com.google.protobuf.ByteString getQueryBytes()
      string query = 9;
      Specified by:
      getQueryBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for query.
    • hasCreatedTime

      public boolean hasCreatedTime()
      optional int64 created_time = 10;
      Specified by:
      hasCreatedTime in interface Transformation.JobOrBuilder
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      public long getCreatedTime()
      optional int64 created_time = 10;
      Specified by:
      getCreatedTime in interface Transformation.JobOrBuilder
      Returns:
      The createdTime.
    • hasStartedTime

      public boolean hasStartedTime()
      optional int64 started_time = 11;
      Specified by:
      hasStartedTime in interface Transformation.JobOrBuilder
      Returns:
      Whether the startedTime field is set.
    • getStartedTime

      public long getStartedTime()
      optional int64 started_time = 11;
      Specified by:
      getStartedTime in interface Transformation.JobOrBuilder
      Returns:
      The startedTime.
    • hasFinishedTime

      public boolean hasFinishedTime()
      optional int64 finished_time = 12;
      Specified by:
      hasFinishedTime in interface Transformation.JobOrBuilder
      Returns:
      Whether the finishedTime field is set.
    • getFinishedTime

      public long getFinishedTime()
      optional int64 finished_time = 12;
      Specified by:
      getFinishedTime in interface Transformation.JobOrBuilder
      Returns:
      The finishedTime.
    • hasLastSeenTime

      public boolean hasLastSeenTime()
      optional int64 last_seen_time = 13;
      Specified by:
      hasLastSeenTime in interface Transformation.JobOrBuilder
      Returns:
      Whether the lastSeenTime field is set.
    • getLastSeenTime

      public long getLastSeenTime()
      optional int64 last_seen_time = 13;
      Specified by:
      getLastSeenTime in interface Transformation.JobOrBuilder
      Returns:
      The lastSeenTime.
    • hasError

      public boolean hasError()
      optional string error = 14;
      Specified by:
      hasError in interface Transformation.JobOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public String getError()
      optional string error = 14;
      Specified by:
      getError in interface Transformation.JobOrBuilder
      Returns:
      The error.
    • getErrorBytes

      public com.google.protobuf.ByteString getErrorBytes()
      optional string error = 14;
      Specified by:
      getErrorBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for error.
    • getIgnoreNullFields

      public boolean getIgnoreNullFields()
      bool ignore_null_fields = 15;
      Specified by:
      getIgnoreNullFields in interface Transformation.JobOrBuilder
      Returns:
      The ignoreNullFields.
    • getStatus

      public String getStatus()
      string status = 16;
      Specified by:
      getStatus in interface Transformation.JobOrBuilder
      Returns:
      The status.
    • getStatusBytes

      public com.google.protobuf.ByteString getStatusBytes()
      string status = 16;
      Specified by:
      getStatusBytes in interface Transformation.JobOrBuilder
      Returns:
      The bytes for status.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Transformation.Job parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Transformation.Job parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Transformation.Job parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Transformation.Job parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Transformation.Job parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Transformation.Job parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Transformation.Job parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Transformation.Job.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Transformation.Job.Builder newBuilder()
    • newBuilder

      public static Transformation.Job.Builder newBuilder(Transformation.Job prototype)
    • toBuilder

      public Transformation.Job.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Transformation.Job.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Transformation.Job getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Transformation.Job> parser()
    • getParserForType

      public com.google.protobuf.Parser<Transformation.Job> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Transformation.Job getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder