Interface BatchOperationSignalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationSignal,BatchOperationSignal.Builder
@Generated(value="protoc",
comments="annotations:BatchOperationSignalOrBuilder.java.pb.meta")
public interface BatchOperationSignalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHeaders that are passed with the signal to the processing workflow.Headers that are passed with the signal to the processing workflow.The identity of the worker/clientcom.google.protobuf.ByteStringThe identity of the worker/clientgetInput()Serialized value(s) to provide with the signalSerialized value(s) to provide with the signalThe workflow author-defined name of the signal to send to the workflowcom.google.protobuf.ByteStringThe workflow author-defined name of the signal to send to the workflowbooleanHeaders that are passed with the signal to the processing workflow.booleanhasInput()Serialized value(s) to provide with the signalMethods 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
-
getSignal
String getSignal()The workflow author-defined name of the signal to send to the workflow
string signal = 1;- Returns:
- The signal.
-
getSignalBytes
com.google.protobuf.ByteString getSignalBytes()The workflow author-defined name of the signal to send to the workflow
string signal = 1;- Returns:
- The bytes for signal.
-
hasInput
boolean hasInput()Serialized value(s) to provide with the signal
.temporal.api.common.v1.Payloads input = 2;- Returns:
- Whether the input field is set.
-
getInput
Payloads getInput()Serialized value(s) to provide with the signal
.temporal.api.common.v1.Payloads input = 2;- Returns:
- The input.
-
getInputOrBuilder
PayloadsOrBuilder getInputOrBuilder()Serialized value(s) to provide with the signal
.temporal.api.common.v1.Payloads input = 2; -
hasHeader
boolean hasHeader()Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 3;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 3;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.
.temporal.api.common.v1.Header header = 3; -
getIdentity
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the worker/client
string identity = 4;- Returns:
- The bytes for identity.
-