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 Type
    Method
    Description
    optional string destination = 3;
    com.google.protobuf.ByteString
    optional string destination = 3;
    optional string transformation_external_id = 2;
    com.google.protobuf.ByteString
    optional string transformation_external_id = 2;
    long
    optional int64 transformation_id = 1;
    boolean
    optional string destination = 3;
    boolean
    optional string transformation_external_id = 2;
    boolean
    optional int64 transformation_id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.