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
Modifier and TypeMethodDescriptionSerialized value(s) to provide to the termination eventSerialized value(s) to provide to the termination eventThe identity of the worker/clientcom.google.protobuf.ByteStringThe identity of the worker/clientbooleanSerialized value(s) to provide to the termination eventMethods 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
-
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
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the worker/client
string identity = 2;- Returns:
- The bytes for identity.
-