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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      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.
      java.lang.String getTimerId()
      The worker/user assigned id for this timer
      com.google.protobuf.ByteString getTimerIdBytes()
      The worker/user assigned id for this timer
      long getWorkflowTaskCompletedEventId()
      The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
      boolean hasStartToFireTimeout()
      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 Detail

      • getTimerId

        java.lang.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 [(.gogoproto.stdduration) = true];
        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 [(.gogoproto.stdduration) = true];
        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 [(.gogoproto.stdduration) = true];
      • getWorkflowTaskCompletedEventId

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