Class ExecuteMultiOperationRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
- io.temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ExecuteMultiOperationRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- ExecuteMultiOperationRequest
public static final class ExecuteMultiOperationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder> implements ExecuteMultiOperationRequestOrBuilder
Protobuf typetemporal.api.workflowservice.v1.ExecuteMultiOperationRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteMultiOperationRequest.BuilderaddAllOperations(java.lang.Iterable<? extends ExecuteMultiOperationRequest.Operation> values)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuilderaddOperations(int index, ExecuteMultiOperationRequest.Operation value)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuilderaddOperations(int index, ExecuteMultiOperationRequest.Operation.Builder builderForValue)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuilderaddOperations(ExecuteMultiOperationRequest.Operation value)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuilderaddOperations(ExecuteMultiOperationRequest.Operation.Builder builderForValue)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.Operation.BuilderaddOperationsBuilder()List of operations to execute within a single workflow.ExecuteMultiOperationRequest.Operation.BuilderaddOperationsBuilder(int index)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ExecuteMultiOperationRequestbuild()ExecuteMultiOperationRequestbuildPartial()ExecuteMultiOperationRequest.Builderclear()ExecuteMultiOperationRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExecuteMultiOperationRequest.BuilderclearNamespace()string namespace = 1;ExecuteMultiOperationRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExecuteMultiOperationRequest.BuilderclearOperations()List of operations to execute within a single workflow.ExecuteMultiOperationRequest.Builderclone()ExecuteMultiOperationRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;ExecuteMultiOperationRequest.OperationgetOperations(int index)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.Operation.BuildergetOperationsBuilder(int index)List of operations to execute within a single workflow.java.util.List<ExecuteMultiOperationRequest.Operation.Builder>getOperationsBuilderList()List of operations to execute within a single workflow.intgetOperationsCount()List of operations to execute within a single workflow.java.util.List<ExecuteMultiOperationRequest.Operation>getOperationsList()List of operations to execute within a single workflow.ExecuteMultiOperationRequest.OperationOrBuildergetOperationsOrBuilder(int index)List of operations to execute within a single workflow.java.util.List<? extends ExecuteMultiOperationRequest.OperationOrBuilder>getOperationsOrBuilderList()List of operations to execute within a single workflow.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExecuteMultiOperationRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExecuteMultiOperationRequest.BuildermergeFrom(com.google.protobuf.Message other)ExecuteMultiOperationRequest.BuildermergeFrom(ExecuteMultiOperationRequest other)ExecuteMultiOperationRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExecuteMultiOperationRequest.BuilderremoveOperations(int index)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ExecuteMultiOperationRequest.BuildersetNamespace(java.lang.String value)string namespace = 1;ExecuteMultiOperationRequest.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)string namespace = 1;ExecuteMultiOperationRequest.BuildersetOperations(int index, ExecuteMultiOperationRequest.Operation value)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuildersetOperations(int index, ExecuteMultiOperationRequest.Operation.Builder builderForValue)List of operations to execute within a single workflow.ExecuteMultiOperationRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ExecuteMultiOperationRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
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<ExecuteMultiOperationRequest.Builder>
-
clear
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>
-
getDefaultInstanceForType
public ExecuteMultiOperationRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecuteMultiOperationRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecuteMultiOperationRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>
-
setField
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>
-
clearField
public ExecuteMultiOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
clearOneof
public ExecuteMultiOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
setRepeatedField
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>
-
addRepeatedField
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>
-
mergeFrom
public ExecuteMultiOperationRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecuteMultiOperationRequest.Builder>
-
mergeFrom
public ExecuteMultiOperationRequest.Builder mergeFrom(ExecuteMultiOperationRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
mergeFrom
public ExecuteMultiOperationRequest.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<ExecuteMultiOperationRequest.Builder>- Throws:
java.io.IOException
-
getNamespace
public java.lang.String getNamespace()
string namespace = 1;- Specified by:
getNamespacein interfaceExecuteMultiOperationRequestOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Specified by:
getNamespaceBytesin interfaceExecuteMultiOperationRequestOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public ExecuteMultiOperationRequest.Builder setNamespace(java.lang.String value)
string namespace = 1;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public ExecuteMultiOperationRequest.Builder clearNamespace()
string namespace = 1;- Returns:
- This builder for chaining.
-
setNamespaceBytes
public ExecuteMultiOperationRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
string namespace = 1;- Parameters:
value- The bytes for namespace to set.- Returns:
- This builder for chaining.
-
getOperationsList
public java.util.List<ExecuteMultiOperationRequest.Operation> getOperationsList()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;- Specified by:
getOperationsListin interfaceExecuteMultiOperationRequestOrBuilder
-
getOperationsCount
public int getOperationsCount()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;- Specified by:
getOperationsCountin interfaceExecuteMultiOperationRequestOrBuilder
-
getOperations
public ExecuteMultiOperationRequest.Operation getOperations(int index)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;- Specified by:
getOperationsin interfaceExecuteMultiOperationRequestOrBuilder
-
setOperations
public ExecuteMultiOperationRequest.Builder setOperations(int index, ExecuteMultiOperationRequest.Operation value)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
setOperations
public ExecuteMultiOperationRequest.Builder setOperations(int index, ExecuteMultiOperationRequest.Operation.Builder builderForValue)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addOperations
public ExecuteMultiOperationRequest.Builder addOperations(ExecuteMultiOperationRequest.Operation value)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addOperations
public ExecuteMultiOperationRequest.Builder addOperations(int index, ExecuteMultiOperationRequest.Operation value)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addOperations
public ExecuteMultiOperationRequest.Builder addOperations(ExecuteMultiOperationRequest.Operation.Builder builderForValue)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addOperations
public ExecuteMultiOperationRequest.Builder addOperations(int index, ExecuteMultiOperationRequest.Operation.Builder builderForValue)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addAllOperations
public ExecuteMultiOperationRequest.Builder addAllOperations(java.lang.Iterable<? extends ExecuteMultiOperationRequest.Operation> values)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
clearOperations
public ExecuteMultiOperationRequest.Builder clearOperations()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
removeOperations
public ExecuteMultiOperationRequest.Builder removeOperations(int index)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
getOperationsBuilder
public ExecuteMultiOperationRequest.Operation.Builder getOperationsBuilder(int index)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
getOperationsOrBuilder
public ExecuteMultiOperationRequest.OperationOrBuilder getOperationsOrBuilder(int index)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;- Specified by:
getOperationsOrBuilderin interfaceExecuteMultiOperationRequestOrBuilder
-
getOperationsOrBuilderList
public java.util.List<? extends ExecuteMultiOperationRequest.OperationOrBuilder> getOperationsOrBuilderList()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;- Specified by:
getOperationsOrBuilderListin interfaceExecuteMultiOperationRequestOrBuilder
-
addOperationsBuilder
public ExecuteMultiOperationRequest.Operation.Builder addOperationsBuilder()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
addOperationsBuilder
public ExecuteMultiOperationRequest.Operation.Builder addOperationsBuilder(int index)
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
getOperationsBuilderList
public java.util.List<ExecuteMultiOperationRequest.Operation.Builder> getOperationsBuilderList()
List of operations to execute within a single workflow. Preconditions: - The list of operations must not be empty. - The workflow ids must match across operations. - The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order. Note that additional operation-specific restrictions have to be considered.
repeated .temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
-
setUnknownFields
public final ExecuteMultiOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
mergeUnknownFields
public final ExecuteMultiOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecuteMultiOperationRequest.Builder>
-
-