Class PollWorkflowExecutionUpdateRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
- io.temporal.api.workflowservice.v1.PollWorkflowExecutionUpdateRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PollWorkflowExecutionUpdateRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- PollWorkflowExecutionUpdateRequest
public static final class PollWorkflowExecutionUpdateRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder> implements PollWorkflowExecutionUpdateRequestOrBuilder
Protobuf typetemporal.api.workflowservice.v1.PollWorkflowExecutionUpdateRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PollWorkflowExecutionUpdateRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PollWorkflowExecutionUpdateRequestbuild()PollWorkflowExecutionUpdateRequestbuildPartial()PollWorkflowExecutionUpdateRequest.Builderclear()PollWorkflowExecutionUpdateRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PollWorkflowExecutionUpdateRequest.BuilderclearIdentity()The identity of the worker/client who is polling this Update outcome.PollWorkflowExecutionUpdateRequest.BuilderclearNamespace()The namespace of the Workflow Execution to which the Update was originally issued.PollWorkflowExecutionUpdateRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PollWorkflowExecutionUpdateRequest.BuilderclearUpdateRef()The Update reference returned in the initial UpdateWorkflowExecutionResponse.PollWorkflowExecutionUpdateRequest.BuilderclearWaitPolicy()Specifies client's intent to wait for Update results.PollWorkflowExecutionUpdateRequest.Builderclone()PollWorkflowExecutionUpdateRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetIdentity()The identity of the worker/client who is polling this Update outcome.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client who is polling this Update outcome.java.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 UpdateWorkflowExecutionResponse.UpdateRef.BuildergetUpdateRefBuilder()The Update reference returned in the initial UpdateWorkflowExecutionResponse.UpdateRefOrBuildergetUpdateRefOrBuilder()The Update reference returned in the initial UpdateWorkflowExecutionResponse.WaitPolicygetWaitPolicy()Specifies client's intent to wait for Update results.WaitPolicy.BuildergetWaitPolicyBuilder()Specifies client's intent to wait for Update results.WaitPolicyOrBuildergetWaitPolicyOrBuilder()Specifies client's intent to wait for Update results.booleanhasUpdateRef()The Update reference returned in the initial UpdateWorkflowExecutionResponse.booleanhasWaitPolicy()Specifies client's intent to wait for Update results.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PollWorkflowExecutionUpdateRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PollWorkflowExecutionUpdateRequest.BuildermergeFrom(com.google.protobuf.Message other)PollWorkflowExecutionUpdateRequest.BuildermergeFrom(PollWorkflowExecutionUpdateRequest other)PollWorkflowExecutionUpdateRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PollWorkflowExecutionUpdateRequest.BuildermergeUpdateRef(UpdateRef value)The Update reference returned in the initial UpdateWorkflowExecutionResponse.PollWorkflowExecutionUpdateRequest.BuildermergeWaitPolicy(WaitPolicy value)Specifies client's intent to wait for Update results.PollWorkflowExecutionUpdateRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PollWorkflowExecutionUpdateRequest.BuildersetIdentity(java.lang.String value)The identity of the worker/client who is polling this Update outcome.PollWorkflowExecutionUpdateRequest.BuildersetIdentityBytes(com.google.protobuf.ByteString value)The identity of the worker/client who is polling this Update outcome.PollWorkflowExecutionUpdateRequest.BuildersetNamespace(java.lang.String value)The namespace of the Workflow Execution to which the Update was originally issued.PollWorkflowExecutionUpdateRequest.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)The namespace of the Workflow Execution to which the Update was originally issued.PollWorkflowExecutionUpdateRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)PollWorkflowExecutionUpdateRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PollWorkflowExecutionUpdateRequest.BuildersetUpdateRef(UpdateRef value)The Update reference returned in the initial UpdateWorkflowExecutionResponse.PollWorkflowExecutionUpdateRequest.BuildersetUpdateRef(UpdateRef.Builder builderForValue)The Update reference returned in the initial UpdateWorkflowExecutionResponse.PollWorkflowExecutionUpdateRequest.BuildersetWaitPolicy(WaitPolicy value)Specifies client's intent to wait for Update results.PollWorkflowExecutionUpdateRequest.BuildersetWaitPolicy(WaitPolicy.Builder builderForValue)Specifies client's intent to wait for Update results.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
clear
public PollWorkflowExecutionUpdateRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
getDefaultInstanceForType
public PollWorkflowExecutionUpdateRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PollWorkflowExecutionUpdateRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PollWorkflowExecutionUpdateRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PollWorkflowExecutionUpdateRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
setField
public PollWorkflowExecutionUpdateRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
clearField
public PollWorkflowExecutionUpdateRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
clearOneof
public PollWorkflowExecutionUpdateRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
setRepeatedField
public PollWorkflowExecutionUpdateRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
addRepeatedField
public PollWorkflowExecutionUpdateRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
mergeFrom
public PollWorkflowExecutionUpdateRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
mergeFrom
public PollWorkflowExecutionUpdateRequest.Builder mergeFrom(PollWorkflowExecutionUpdateRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
mergeFrom
public PollWorkflowExecutionUpdateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PollWorkflowExecutionUpdateRequest.Builder>- Throws:
java.io.IOException
-
getNamespace
public java.lang.String getNamespace()
The namespace of the Workflow Execution to which the Update was originally issued.
string namespace = 1;- Specified by:
getNamespacein interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the Workflow Execution to which the Update was originally issued.
string namespace = 1;- Specified by:
getNamespaceBytesin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public PollWorkflowExecutionUpdateRequest.Builder setNamespace(java.lang.String value)
The namespace of the Workflow Execution to which the Update was originally issued.
string namespace = 1;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public PollWorkflowExecutionUpdateRequest.Builder clearNamespace()
The namespace of the Workflow Execution to which the Update was originally issued.
string namespace = 1;- Returns:
- This builder for chaining.
-
setNamespaceBytes
public PollWorkflowExecutionUpdateRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
The namespace of the Workflow Execution to which the Update was originally issued.
string namespace = 1;- Parameters:
value- The bytes for namespace to set.- Returns:
- This builder for chaining.
-
hasUpdateRef
public boolean hasUpdateRef()
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;- Specified by:
hasUpdateRefin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- Whether the updateRef field is set.
-
getUpdateRef
public UpdateRef getUpdateRef()
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;- Specified by:
getUpdateRefin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The updateRef.
-
setUpdateRef
public PollWorkflowExecutionUpdateRequest.Builder setUpdateRef(UpdateRef value)
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
setUpdateRef
public PollWorkflowExecutionUpdateRequest.Builder setUpdateRef(UpdateRef.Builder builderForValue)
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
mergeUpdateRef
public PollWorkflowExecutionUpdateRequest.Builder mergeUpdateRef(UpdateRef value)
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
clearUpdateRef
public PollWorkflowExecutionUpdateRequest.Builder clearUpdateRef()
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
getUpdateRefBuilder
public UpdateRef.Builder getUpdateRefBuilder()
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;
-
getUpdateRefOrBuilder
public UpdateRefOrBuilder getUpdateRefOrBuilder()
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
.temporal.api.update.v1.UpdateRef update_ref = 2;- Specified by:
getUpdateRefOrBuilderin interfacePollWorkflowExecutionUpdateRequestOrBuilder
-
getIdentity
public java.lang.String getIdentity()
The identity of the worker/client who is polling this Update outcome.
string identity = 3;- Specified by:
getIdentityin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The identity.
-
getIdentityBytes
public com.google.protobuf.ByteString getIdentityBytes()
The identity of the worker/client who is polling this Update outcome.
string identity = 3;- Specified by:
getIdentityBytesin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The bytes for identity.
-
setIdentity
public PollWorkflowExecutionUpdateRequest.Builder setIdentity(java.lang.String value)
The identity of the worker/client who is polling this Update outcome.
string identity = 3;- Parameters:
value- The identity to set.- Returns:
- This builder for chaining.
-
clearIdentity
public PollWorkflowExecutionUpdateRequest.Builder clearIdentity()
The identity of the worker/client who is polling this Update outcome.
string identity = 3;- Returns:
- This builder for chaining.
-
setIdentityBytes
public PollWorkflowExecutionUpdateRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
The identity of the worker/client who is polling this Update outcome.
string identity = 3;- Parameters:
value- The bytes for identity to set.- Returns:
- This builder for chaining.
-
hasWaitPolicy
public boolean hasWaitPolicy()
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Specified by:
hasWaitPolicyin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- Whether the waitPolicy field is set.
-
getWaitPolicy
public WaitPolicy getWaitPolicy()
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Specified by:
getWaitPolicyin interfacePollWorkflowExecutionUpdateRequestOrBuilder- Returns:
- The waitPolicy.
-
setWaitPolicy
public PollWorkflowExecutionUpdateRequest.Builder setWaitPolicy(WaitPolicy value)
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
setWaitPolicy
public PollWorkflowExecutionUpdateRequest.Builder setWaitPolicy(WaitPolicy.Builder builderForValue)
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
mergeWaitPolicy
public PollWorkflowExecutionUpdateRequest.Builder mergeWaitPolicy(WaitPolicy value)
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
clearWaitPolicy
public PollWorkflowExecutionUpdateRequest.Builder clearWaitPolicy()
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
getWaitPolicyBuilder
public WaitPolicy.Builder getWaitPolicyBuilder()
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
getWaitPolicyOrBuilder
public WaitPolicyOrBuilder getWaitPolicyOrBuilder()
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Specified by:
getWaitPolicyOrBuilderin interfacePollWorkflowExecutionUpdateRequestOrBuilder
-
setUnknownFields
public final PollWorkflowExecutionUpdateRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
mergeUnknownFields
public final PollWorkflowExecutionUpdateRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PollWorkflowExecutionUpdateRequest.Builder>
-
-