Package com.cognite.client.dto
Interface Transformation.NotificationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Notification,Transformation.Notification.Builder
- Enclosing class:
- Transformation
public static interface Transformation.NotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 created_time = 2;optional string destination = 5;com.google.protobuf.ByteStringoptional string destination = 5;longgetId()optional int64 id = 1;longoptional int64 last_updated_time = 3;longoptional int64 transformation_id = 4;booleanoptional int64 created_time = 2;booleanoptional string destination = 5;booleanhasId()optional int64 id = 1;booleanoptional int64 last_updated_time = 3;booleanoptional int64 transformation_id = 4;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
-
hasId
boolean hasId()optional int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()optional int64 id = 1;- Returns:
- The id.
-
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 2;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 2;- Returns:
- The createdTime.
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()optional int64 last_updated_time = 3;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
long getLastUpdatedTime()optional int64 last_updated_time = 3;- Returns:
- The lastUpdatedTime.
-
hasTransformationId
boolean hasTransformationId()optional int64 transformation_id = 4;- Returns:
- Whether the transformationId field is set.
-
getTransformationId
long getTransformationId()optional int64 transformation_id = 4;- Returns:
- The transformationId.
-
hasDestination
boolean hasDestination()optional string destination = 5;- Returns:
- Whether the destination field is set.
-
getDestination
String getDestination()optional string destination = 5;- Returns:
- The destination.
-
getDestinationBytes
com.google.protobuf.ByteString getDestinationBytes()optional string destination = 5;- Returns:
- The bytes for destination.
-