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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConflictMode()string conflict_mode = 8;com.google.protobuf.ByteStringgetConflictModeBytes()string conflict_mode = 8;longgetCreatedTime()optional int64 created_time = 10;Transformation.DestinationgetDestination()optional .com.cognite.beam.proto.Transformation.Destination destination = 7;Transformation.DestinationOrBuildergetDestinationOrBuilder()optional .com.cognite.beam.proto.Transformation.Destination destination = 7;StringgetDestinationProject()string destination_project = 6;com.google.protobuf.ByteStringgetDestinationProjectBytes()string destination_project = 6;StringgetError()optional string error = 14;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 14;longgetFinishedTime()optional int64 finished_time = 12;intgetId()int32 id = 1;booleangetIgnoreNullFields()bool ignore_null_fields = 15;longgetLastSeenTime()optional int64 last_seen_time = 13;StringgetQuery()string query = 9;com.google.protobuf.ByteStringgetQueryBytes()string query = 9;StringgetSourceProject()string source_project = 5;com.google.protobuf.ByteStringgetSourceProjectBytes()string source_project = 5;longgetStartedTime()optional int64 started_time = 11;StringgetStatus()string status = 16;com.google.protobuf.ByteStringgetStatusBytes()string status = 16;StringgetTransformationExternalId()string transformation_external_id = 4;com.google.protobuf.ByteStringgetTransformationExternalIdBytes()string transformation_external_id = 4;intgetTransformationId()int32 transformation_id = 3;StringgetUuid()string uuid = 2;com.google.protobuf.ByteStringgetUuidBytes()string uuid = 2;booleanhasCreatedTime()optional int64 created_time = 10;booleanhasDestination()optional .com.cognite.beam.proto.Transformation.Destination destination = 7;booleanhasError()optional string error = 14;booleanhasFinishedTime()optional int64 finished_time = 12;booleanhasLastSeenTime()optional int64 last_seen_time = 13;booleanhasStartedTime()optional int64 started_time = 11;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.beam.proto.Transformation.Destination destination = 7;- Returns:
- Whether the destination field is set.
-
getDestination
Transformation.Destination getDestination()
optional .com.cognite.beam.proto.Transformation.Destination destination = 7;- Returns:
- The destination.
-
getDestinationOrBuilder
Transformation.DestinationOrBuilder getDestinationOrBuilder()
optional .com.cognite.beam.proto.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.
-
-