Package io.temporal.api.batch.v1
Interface BatchOperationTerminationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationTermination,BatchOperationTermination.Builder
@Generated(value="protoc", comments="annotations:BatchOperationTerminationOrBuilder.java.pb.meta") public interface BatchOperationTerminationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PayloadsgetDetails()Serialized value(s) to provide to the termination eventPayloadsOrBuildergetDetailsOrBuilder()Serialized value(s) to provide to the termination eventjava.lang.StringgetIdentity()The identity of the worker/clientcom.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/clientbooleanhasDetails()Serialized value(s) to provide to the termination event-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDetails
boolean hasDetails()
Serialized value(s) to provide to the termination event
.temporal.api.common.v1.Payloads details = 1;- Returns:
- Whether the details field is set.
-
getDetails
Payloads getDetails()
Serialized value(s) to provide to the termination event
.temporal.api.common.v1.Payloads details = 1;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder()
Serialized value(s) to provide to the termination event
.temporal.api.common.v1.Payloads details = 1;
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the worker/client
string identity = 2;- Returns:
- The bytes for identity.
-
-