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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestination()optional string destination = 3;com.google.protobuf.ByteStringgetDestinationBytes()optional string destination = 3;StringgetTransformationExternalId()optional string transformation_external_id = 2;com.google.protobuf.ByteStringgetTransformationExternalIdBytes()optional string transformation_external_id = 2;longgetTransformationId()optional int64 transformation_id = 1;booleanhasDestination()optional string destination = 3;booleanhasTransformationExternalId()optional string transformation_external_id = 2;booleanhasTransformationId()optional int64 transformation_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-