Interface TriggerImmediatelyRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    If set, override overlap policy for this one request.
    int
    If set, override overlap policy for this one request.
    com.google.protobuf.Timestamp
    Timestamp used for the identity of the target workflow.
    com.google.protobuf.TimestampOrBuilder
    Timestamp used for the identity of the target workflow.
    boolean
    Timestamp used for the identity of the target workflow.

    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

    • getOverlapPolicyValue

      int getOverlapPolicyValue()
       If set, override overlap policy for this one request.
       
      .temporal.api.enums.v1.ScheduleOverlapPolicy overlap_policy = 1;
      Returns:
      The enum numeric value on the wire for overlapPolicy.
    • getOverlapPolicy

      ScheduleOverlapPolicy getOverlapPolicy()
       If set, override overlap policy for this one request.
       
      .temporal.api.enums.v1.ScheduleOverlapPolicy overlap_policy = 1;
      Returns:
      The overlapPolicy.
    • hasScheduledTime

      boolean hasScheduledTime()
       Timestamp used for the identity of the target workflow.
       If not set the default value is the current time.
       
      .google.protobuf.Timestamp scheduled_time = 2;
      Returns:
      Whether the scheduledTime field is set.
    • getScheduledTime

      com.google.protobuf.Timestamp getScheduledTime()
       Timestamp used for the identity of the target workflow.
       If not set the default value is the current time.
       
      .google.protobuf.Timestamp scheduled_time = 2;
      Returns:
      The scheduledTime.
    • getScheduledTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getScheduledTimeOrBuilder()
       Timestamp used for the identity of the target workflow.
       If not set the default value is the current time.
       
      .google.protobuf.Timestamp scheduled_time = 2;