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

    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

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