Interface UpdateWorkflowExecutionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkflowExecutionRequest,UpdateWorkflowExecutionRequest.Builder
@Generated(value="protoc", comments="annotations:UpdateWorkflowExecutionRequestOrBuilder.java.pb.meta") public interface UpdateWorkflowExecutionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFirstExecutionRunId()If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.com.google.protobuf.ByteStringgetFirstExecutionRunIdBytes()If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.java.lang.StringgetNamespace()The namespace name of the target workflowcom.google.protobuf.ByteStringgetNamespaceBytes()The namespace name of the target workflowRequestgetRequest()The request information that will be delivered all the way down to the workflow execution.RequestOrBuildergetRequestOrBuilder()The request information that will be delivered all the way down to the workflow execution.WaitPolicygetWaitPolicy()Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.WaitPolicyOrBuildergetWaitPolicyOrBuilder()Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.WorkflowExecutiongetWorkflowExecution()The target workflow id and (optionally) a specific run thereof (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --)WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder()The target workflow id and (optionally) a specific run thereof (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --)booleanhasRequest()The request information that will be delivered all the way down to the workflow execution.booleanhasWaitPolicy()Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.booleanhasWorkflowExecution()The target workflow id and (optionally) a specific run thereof (-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: false positive triggered by the word "optional" --)-
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 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 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 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;
-
getFirstExecutionRunId
java.lang.String getFirstExecutionRunId()
If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.
string first_execution_run_id = 3;- Returns:
- The firstExecutionRunId.
-
getFirstExecutionRunIdBytes
com.google.protobuf.ByteString getFirstExecutionRunIdBytes()
If set, this call will error if the most recent (if no run id is set on `workflow_execution`), or specified (if it is) workflow execution is not part of the same execution chain as this id.
string first_execution_run_id = 3;- Returns:
- The bytes for firstExecutionRunId.
-
hasWaitPolicy
boolean hasWaitPolicy()
Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Returns:
- Whether the waitPolicy field is set.
-
getWaitPolicy
WaitPolicy getWaitPolicy()
Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;- Returns:
- The waitPolicy.
-
getWaitPolicyOrBuilder
WaitPolicyOrBuilder getWaitPolicyOrBuilder()
Describes when this request should return - basically whether the update is synchronous, asynchronous, or somewhere in between.
.temporal.api.update.v1.WaitPolicy wait_policy = 4;
-
hasRequest
boolean hasRequest()
The request information that will be delivered all the way down to the workflow execution.
.temporal.api.update.v1.Request request = 5;- Returns:
- Whether the request field is set.
-
getRequest
Request getRequest()
The request information that will be delivered all the way down to the workflow execution.
.temporal.api.update.v1.Request request = 5;- Returns:
- The request.
-
getRequestOrBuilder
RequestOrBuilder getRequestOrBuilder()
The request information that will be delivered all the way down to the workflow execution.
.temporal.api.update.v1.Request request = 5;
-
-