Interface TimerStartedEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.
    com.google.protobuf.DurationOrBuilder
    How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.
    The worker/user assigned id for this timer
    com.google.protobuf.ByteString
    The worker/user assigned id for this timer
    long
    The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
    boolean
    How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.

    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()
       The worker/user assigned id for this timer
       
      string timer_id = 1;
      Returns:
      The timerId.
    • getTimerIdBytes

      com.google.protobuf.ByteString getTimerIdBytes()
       The worker/user assigned id for this timer
       
      string timer_id = 1;
      Returns:
      The bytes for timerId.
    • hasStartToFireTimeout

      boolean hasStartToFireTimeout()
       How long until this timer fires
      
       (-- 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 this timer fires
      
       (-- 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 this timer fires
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "to" is used to indicate interval. --)
       
      .google.protobuf.Duration start_to_fire_timeout = 2;
    • getWorkflowTaskCompletedEventId

      long getWorkflowTaskCompletedEventId()
       The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
       
      int64 workflow_task_completed_event_id = 3;
      Returns:
      The workflowTaskCompletedEventId.