Interface QueryWorkflowRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryWorkflowRequest,QueryWorkflowRequest.Builder
@Generated(value="protoc", comments="annotations:QueryWorkflowRequestOrBuilder.java.pb.meta") public interface QueryWorkflowRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutiongetExecution().temporal.api.common.v1.WorkflowExecution execution = 2;WorkflowExecutionOrBuildergetExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution execution = 2;java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;WorkflowQuerygetQuery().temporal.api.query.v1.WorkflowQuery query = 3;WorkflowQueryOrBuildergetQueryOrBuilder().temporal.api.query.v1.WorkflowQuery query = 3;QueryRejectConditiongetQueryRejectCondition()QueryRejectCondition can used to reject the query if workflow state does not satisfy condition.intgetQueryRejectConditionValue()QueryRejectCondition can used to reject the query if workflow state does not satisfy condition.booleanhasExecution().temporal.api.common.v1.WorkflowExecution execution = 2;booleanhasQuery().temporal.api.query.v1.WorkflowQuery query = 3;-
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.
-
hasExecution
boolean hasExecution()
.temporal.api.common.v1.WorkflowExecution execution = 2;- Returns:
- Whether the execution field is set.
-
getExecution
WorkflowExecution getExecution()
.temporal.api.common.v1.WorkflowExecution execution = 2;- Returns:
- The execution.
-
getExecutionOrBuilder
WorkflowExecutionOrBuilder getExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution execution = 2;
-
hasQuery
boolean hasQuery()
.temporal.api.query.v1.WorkflowQuery query = 3;- Returns:
- Whether the query field is set.
-
getQuery
WorkflowQuery getQuery()
.temporal.api.query.v1.WorkflowQuery query = 3;- Returns:
- The query.
-
getQueryOrBuilder
WorkflowQueryOrBuilder getQueryOrBuilder()
.temporal.api.query.v1.WorkflowQuery query = 3;
-
getQueryRejectConditionValue
int getQueryRejectConditionValue()
QueryRejectCondition can used to reject the query if workflow state does not satisfy condition. Default: QUERY_REJECT_CONDITION_NONE.
.temporal.api.enums.v1.QueryRejectCondition query_reject_condition = 4;- Returns:
- The enum numeric value on the wire for queryRejectCondition.
-
getQueryRejectCondition
QueryRejectCondition getQueryRejectCondition()
QueryRejectCondition can used to reject the query if workflow state does not satisfy condition. Default: QUERY_REJECT_CONDITION_NONE.
.temporal.api.enums.v1.QueryRejectCondition query_reject_condition = 4;- Returns:
- The queryRejectCondition.
-
-