Interface Transformation.ScheduleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Transformation.Schedule, Transformation.Schedule.Builder
Enclosing class:
Transformation

public static interface Transformation.ScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 created_time = 3;
    optional string external_id = 2;
    com.google.protobuf.ByteString
    optional string external_id = 2;
    int
    optional int32 id = 1;
    optional string interval = 5;
    com.google.protobuf.ByteString
    optional string interval = 5;
    boolean
    optional bool is_paused = 6;
    long
    optional int64 last_updated_time = 4;
    boolean
    optional int64 created_time = 3;
    boolean
    optional string external_id = 2;
    boolean
    optional int32 id = 1;
    boolean
    optional string interval = 5;
    boolean
    optional bool is_paused = 6;
    boolean
    optional int64 last_updated_time = 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 int32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional int32 id = 1;
      Returns:
      The id.
    • hasExternalId

      boolean hasExternalId()
      optional string external_id = 2;
      Returns:
      Whether the externalId field is set.
    • getExternalId

      String getExternalId()
      optional string external_id = 2;
      Returns:
      The externalId.
    • getExternalIdBytes

      com.google.protobuf.ByteString getExternalIdBytes()
      optional string external_id = 2;
      Returns:
      The bytes for externalId.
    • hasCreatedTime

      boolean hasCreatedTime()
      optional int64 created_time = 3;
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      long getCreatedTime()
      optional int64 created_time = 3;
      Returns:
      The createdTime.
    • hasLastUpdatedTime

      boolean hasLastUpdatedTime()
      optional int64 last_updated_time = 4;
      Returns:
      Whether the lastUpdatedTime field is set.
    • getLastUpdatedTime

      long getLastUpdatedTime()
      optional int64 last_updated_time = 4;
      Returns:
      The lastUpdatedTime.
    • hasInterval

      boolean hasInterval()
      optional string interval = 5;
      Returns:
      Whether the interval field is set.
    • getInterval

      String getInterval()
      optional string interval = 5;
      Returns:
      The interval.
    • getIntervalBytes

      com.google.protobuf.ByteString getIntervalBytes()
      optional string interval = 5;
      Returns:
      The bytes for interval.
    • hasIsPaused

      boolean hasIsPaused()
      optional bool is_paused = 6;
      Returns:
      Whether the isPaused field is set.
    • getIsPaused

      boolean getIsPaused()
      optional bool is_paused = 6;
      Returns:
      The isPaused.