Package com.cognite.client.dto
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 Summary
Modifier and TypeMethodDescriptionstring conflict_mode = 8;com.google.protobuf.ByteStringstring conflict_mode = 8;longoptional int64 created_time = 10;optional .com.cognite.client.dto.Transformation.Destination destination = 7;optional .com.cognite.client.dto.Transformation.Destination destination = 7;string destination_project = 6;com.google.protobuf.ByteStringstring destination_project = 6;getError()optional string error = 14;com.google.protobuf.ByteStringoptional string error = 14;longoptional int64 finished_time = 12;intgetId()int32 id = 1;booleanbool ignore_null_fields = 15;longoptional int64 last_seen_time = 13;getQuery()string query = 9;com.google.protobuf.ByteStringstring query = 9;string source_project = 5;com.google.protobuf.ByteStringstring source_project = 5;longoptional int64 started_time = 11;string status = 16;com.google.protobuf.ByteStringstring status = 16;string transformation_external_id = 4;com.google.protobuf.ByteStringstring transformation_external_id = 4;intint32 transformation_id = 3;getUuid()string uuid = 2;com.google.protobuf.ByteStringstring uuid = 2;booleanoptional int64 created_time = 10;booleanoptional .com.cognite.client.dto.Transformation.Destination destination = 7;booleanhasError()optional string error = 14;booleanoptional int64 finished_time = 12;booleanoptional int64 last_seen_time = 13;booleanoptional int64 started_time = 11;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
-
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.
-