Interface Transformation.Notification.SubscriptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDestination()
      optional string destination = 3;
      com.google.protobuf.ByteString getDestinationBytes()
      optional string destination = 3;
      String getTransformationExternalId()
      optional string transformation_external_id = 2;
      com.google.protobuf.ByteString getTransformationExternalIdBytes()
      optional string transformation_external_id = 2;
      long getTransformationId()
      optional int64 transformation_id = 1;
      boolean hasDestination()
      optional string destination = 3;
      boolean hasTransformationExternalId()
      optional string transformation_external_id = 2;
      boolean hasTransformationId()
      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 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.