Interface ExecuteMultiOperationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteMultiOperationRequest,ExecuteMultiOperationRequest.Builder
@Generated(value="protoc", comments="annotations:ExecuteMultiOperationRequestOrBuilder.java.pb.meta") public interface ExecuteMultiOperationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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.-
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()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getOperationsList
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;
-
getOperations
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;
-
getOperationsCount
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;
-
getOperationsOrBuilderList
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;
-
getOperationsOrBuilder
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;
-
-