Interface InputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Input,Input.Builder
@Generated(value="protoc",
comments="annotations:InputOrBuilder.java.pb.meta")
public interface InputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgs()The arguments to pass to the named Update handler.The arguments to pass to the named Update handler.Headers that are passed with the Update from the requesting entity.Headers that are passed with the Update from the requesting entity.getName()The name of the Update handler to invoke on the target Workflow.com.google.protobuf.ByteStringThe name of the Update handler to invoke on the target Workflow.booleanhasArgs()The arguments to pass to the named Update handler.booleanHeaders that are passed with the Update from the requesting entity.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
-
hasHeader
boolean hasHeader()Headers that are passed with the Update from the requesting entity. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 1;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()Headers that are passed with the Update from the requesting entity. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 1;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()Headers that are passed with the Update from the requesting entity. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 1; -
getName
String getName()The name of the Update handler to invoke on the target Workflow.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the Update handler to invoke on the target Workflow.
string name = 2;- Returns:
- The bytes for name.
-
hasArgs
boolean hasArgs()The arguments to pass to the named Update handler.
.temporal.api.common.v1.Payloads args = 3;- Returns:
- Whether the args field is set.
-
getArgs
Payloads getArgs()The arguments to pass to the named Update handler.
.temporal.api.common.v1.Payloads args = 3;- Returns:
- The args.
-
getArgsOrBuilder
PayloadsOrBuilder getArgsOrBuilder()The arguments to pass to the named Update handler.
.temporal.api.common.v1.Payloads args = 3;
-