Interface WorkflowQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowQuery,WorkflowQuery.Builder
@Generated(value="protoc",
comments="annotations:WorkflowQueryOrBuilder.java.pb.meta")
public interface WorkflowQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHeaders that were passed by the caller of the query and copied by temporal server into the workflow task.Headers that were passed by the caller of the query and copied by temporal server into the workflow task.Serialized arguments that will be provided to the query handler.Serialized arguments that will be provided to the query handler.The workflow-author-defined identifier of the query.com.google.protobuf.ByteStringThe workflow-author-defined identifier of the query.booleanHeaders that were passed by the caller of the query and copied by temporal server into the workflow task.booleanSerialized arguments that will be provided to the query handler.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
-
getQueryType
String getQueryType()The workflow-author-defined identifier of the query. Typically a function name.
string query_type = 1;- Returns:
- The queryType.
-
getQueryTypeBytes
com.google.protobuf.ByteString getQueryTypeBytes()The workflow-author-defined identifier of the query. Typically a function name.
string query_type = 1;- Returns:
- The bytes for queryType.
-
hasQueryArgs
boolean hasQueryArgs()Serialized arguments that will be provided to the query handler.
.temporal.api.common.v1.Payloads query_args = 2;- Returns:
- Whether the queryArgs field is set.
-
getQueryArgs
Payloads getQueryArgs()Serialized arguments that will be provided to the query handler.
.temporal.api.common.v1.Payloads query_args = 2;- Returns:
- The queryArgs.
-
getQueryArgsOrBuilder
PayloadsOrBuilder getQueryArgsOrBuilder()Serialized arguments that will be provided to the query handler.
.temporal.api.common.v1.Payloads query_args = 2; -
hasHeader
boolean hasHeader()Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 3;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 3;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()Headers that were passed by the caller of the query and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 3;
-