Interface Transformation.ScheduleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreatedTime()
      optional int64 created_time = 3;
      String getExternalId()
      optional string external_id = 2;
      com.google.protobuf.ByteString getExternalIdBytes()
      optional string external_id = 2;
      int getId()
      optional int32 id = 1;
      String getInterval()
      optional string interval = 5;
      com.google.protobuf.ByteString getIntervalBytes()
      optional string interval = 5;
      boolean getIsPaused()
      optional bool is_paused = 6;
      long getLastUpdatedTime()
      optional int64 last_updated_time = 4;
      boolean hasCreatedTime()
      optional int64 created_time = 3;
      boolean hasExternalId()
      optional string external_id = 2;
      boolean hasId()
      optional int32 id = 1;
      boolean hasInterval()
      optional string interval = 5;
      boolean hasIsPaused()
      optional bool is_paused = 6;
      boolean hasLastUpdatedTime()
      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 Detail

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