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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespace()The namespace name of the target Workflow.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace name of the target Workflow.com.google.protobuf.FieldMaskgetUpdateMask()Controls which fields from `workflow_execution_options` will be applied.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Controls which fields from `workflow_execution_options` will be applied.WorkflowExecutiongetWorkflowExecution()The target Workflow Id and (optionally) a specific Run Id thereof.WorkflowExecutionOptionsgetWorkflowExecutionOptions()Workflow Execution options.WorkflowExecutionOptionsOrBuildergetWorkflowExecutionOptionsOrBuilder()Workflow Execution options.WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder()The target Workflow Id and (optionally) a specific Run Id thereof.booleanhasUpdateMask()Controls which fields from `workflow_execution_options` will be applied.booleanhasWorkflowExecution()The target Workflow Id and (optionally) a specific Run Id thereof.booleanhasWorkflowExecutionOptions()Workflow Execution options.-
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 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;
-
-