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 TypeMethodDescriptionIf set, override overlap policy for this one request.intIf set, override overlap policy for this one request.com.google.protobuf.TimestampTimestamp used for the identity of the target workflow.com.google.protobuf.TimestampOrBuilderTimestamp used for the identity of the target workflow.booleanTimestamp used for the identity of the target workflow.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-