Interface StartTimerCommandAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StartTimerCommandAttributes, StartTimerCommandAttributes.Builder

@Generated(value="protoc", comments="annotations:StartTimerCommandAttributesOrBuilder.java.pb.meta") public interface StartTimerCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    How long until the timer fires, producing a `TIMER_FIRED` event.
    com.google.protobuf.DurationOrBuilder
    How long until the timer fires, producing a `TIMER_FIRED` event.
    An id for the timer, currently live timers must have different ids.
    com.google.protobuf.ByteString
    An id for the timer, currently live timers must have different ids.
    boolean
    How long until the timer fires, producing a `TIMER_FIRED` event.

    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

    • getTimerId

      String getTimerId()
       An id for the timer, currently live timers must have different ids. Typically autogenerated
       by the SDK.
       
      string timer_id = 1;
      Returns:
      The timerId.
    • getTimerIdBytes

      com.google.protobuf.ByteString getTimerIdBytes()
       An id for the timer, currently live timers must have different ids. Typically autogenerated
       by the SDK.
       
      string timer_id = 1;
      Returns:
      The bytes for timerId.
    • hasStartToFireTimeout

      boolean hasStartToFireTimeout()
       How long until the timer fires, producing a `TIMER_FIRED` event.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_fire_timeout = 2;
      Returns:
      Whether the startToFireTimeout field is set.
    • getStartToFireTimeout

      com.google.protobuf.Duration getStartToFireTimeout()
       How long until the timer fires, producing a `TIMER_FIRED` event.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_fire_timeout = 2;
      Returns:
      The startToFireTimeout.
    • getStartToFireTimeoutOrBuilder

      com.google.protobuf.DurationOrBuilder getStartToFireTimeoutOrBuilder()
       How long until the timer fires, producing a `TIMER_FIRED` event.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_fire_timeout = 2;