Package com.cognite.client.dto
Interface Transformation.Notification.SubscriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Notification.Subscription,Transformation.Notification.Subscription.Builder
- Enclosing class:
- Transformation.Notification
public static interface Transformation.Notification.SubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string destination = 3;com.google.protobuf.ByteStringoptional string destination = 3;optional string transformation_external_id = 2;com.google.protobuf.ByteStringoptional string transformation_external_id = 2;longoptional int64 transformation_id = 1;booleanoptional string destination = 3;booleanoptional string transformation_external_id = 2;booleanoptional int64 transformation_id = 1;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
-
hasTransformationId
boolean hasTransformationId()optional int64 transformation_id = 1;- Returns:
- Whether the transformationId field is set.
-
getTransformationId
long getTransformationId()optional int64 transformation_id = 1;- Returns:
- The transformationId.
-
hasTransformationExternalId
boolean hasTransformationExternalId()optional string transformation_external_id = 2;- Returns:
- Whether the transformationExternalId field is set.
-
getTransformationExternalId
String getTransformationExternalId()optional string transformation_external_id = 2;- Returns:
- The transformationExternalId.
-
getTransformationExternalIdBytes
com.google.protobuf.ByteString getTransformationExternalIdBytes()optional string transformation_external_id = 2;- Returns:
- The bytes for transformationExternalId.
-
hasDestination
boolean hasDestination()optional string destination = 3;- Returns:
- Whether the destination field is set.
-
getDestination
String getDestination()optional string destination = 3;- Returns:
- The destination.
-
getDestinationBytes
com.google.protobuf.ByteString getDestinationBytes()optional string destination = 3;- Returns:
- The bytes for destination.
-