Interface UpdateWorkflowExecutionOptionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkflowExecutionOptionsRequest,UpdateWorkflowExecutionOptionsRequest.Builder
@Generated(value="protoc",
comments="annotations:UpdateWorkflowExecutionOptionsRequestOrBuilder.java.pb.meta")
public interface UpdateWorkflowExecutionOptionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.The namespace name of the target Workflow.com.google.protobuf.ByteStringThe namespace name of the target Workflow.com.google.protobuf.FieldMaskControls which fields from `workflow_execution_options` will be applied.com.google.protobuf.FieldMaskOrBuilderControls which fields from `workflow_execution_options` will be applied.The target Workflow Id and (optionally) a specific Run Id thereof.Workflow Execution options.Workflow Execution options.The target Workflow Id and (optionally) a specific Run Id thereof.booleanControls which fields from `workflow_execution_options` will be applied.booleanThe target Workflow Id and (optionally) a specific Run Id thereof.booleanWorkflow Execution options.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
-
getNamespace
String getNamespace()The namespace name of the target Workflow.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace name of the target Workflow.
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasWorkflowExecution
boolean hasWorkflowExecution()The target Workflow Id and (optionally) a specific Run Id thereof. (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --).temporal.api.common.v1.WorkflowExecution workflow_execution = 2;- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
WorkflowExecution getWorkflowExecution()The target Workflow Id and (optionally) a specific Run Id thereof. (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --).temporal.api.common.v1.WorkflowExecution workflow_execution = 2;- Returns:
- The workflowExecution.
-
getWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()The target Workflow Id and (optionally) a specific Run Id thereof. (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --).temporal.api.common.v1.WorkflowExecution workflow_execution = 2; -
hasWorkflowExecutionOptions
boolean hasWorkflowExecutionOptions()Workflow Execution options. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;- Returns:
- Whether the workflowExecutionOptions field is set.
-
getWorkflowExecutionOptions
WorkflowExecutionOptions getWorkflowExecutionOptions()Workflow Execution options. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;- Returns:
- The workflowExecutionOptions.
-
getWorkflowExecutionOptionsOrBuilder
WorkflowExecutionOptionsOrBuilder getWorkflowExecutionOptionsOrBuilder()Workflow Execution options. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3; -
hasUpdateMask
boolean hasUpdateMask()Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 4;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 4;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 4; -
getIdentity
String getIdentity()Optional. The identity of the client who initiated this request.
string identity = 5;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()Optional. The identity of the client who initiated this request.
string identity = 5;- Returns:
- The bytes for identity.
-