Interface PollWorkflowExecutionUpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PollWorkflowExecutionUpdateRequest,PollWorkflowExecutionUpdateRequest.Builder
@Generated(value="protoc", comments="annotations:PollWorkflowExecutionUpdateRequestOrBuilder.java.pb.meta") public interface PollWorkflowExecutionUpdateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()The identity of the worker/client who is polling this update outcomecom.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client who is polling this update outcomejava.lang.StringgetNamespace()The namespace of the workflow execution to which the update was originally issued.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace of the workflow execution to which the update was originally issued.UpdateRefgetUpdateRef()The update reference returned in the initial UpdateWorkflowExecutionResponseUpdateRefOrBuildergetUpdateRefOrBuilder()The update reference returned in the initial UpdateWorkflowExecutionResponseWaitPolicygetWaitPolicy()Describes when this poll request should return a responseWaitPolicyOrBuildergetWaitPolicyOrBuilder()Describes when this poll request should return a responsebooleanhasUpdateRef()The update reference returned in the initial UpdateWorkflowExecutionResponsebooleanhasWaitPolicy()Describes when this poll request should return a response-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
The namespace of the workflow execution to which the update was originally issued.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the workflow execution to which the update was originally issued.
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasUpdateRef
boolean hasUpdateRef()
The update reference returned in the initial UpdateWorkflowExecutionResponse
.temporal.api.update.v1.UpdateRef update_ref = 2;- Returns:
- Whether the updateRef field is set.
-
getUpdateRef
UpdateRef getUpdateRef()
The update reference returned in the initial UpdateWorkflowExecutionResponse
.temporal.api.update.v1.UpdateRef update_ref = 2;- Returns:
- The updateRef.
-
getUpdateRefOrBuilder
UpdateRefOrBuilder getUpdateRefOrBuilder()
The update reference returned in the initial UpdateWorkflowExecutionResponse
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client who is polling this update outcome
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the worker/client who is polling this update outcome
string identity = 3;- Returns:
- The bytes for identity.
-
hasWaitPolicy
boolean hasWaitPolicy()
Describes when this poll request should return a response
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Returns:
- Whether the waitPolicy field is set.
-
getWaitPolicy
WaitPolicy getWaitPolicy()
Describes when this poll request should return a response
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Returns:
- The waitPolicy.
-
getWaitPolicyOrBuilder
WaitPolicyOrBuilder getWaitPolicyOrBuilder()
Describes when this poll request should return a response
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
-