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 Type
    Method
    Description
    Serialized value(s) to provide to the termination event
    Serialized value(s) to provide to the termination event
    The identity of the worker/client
    com.google.protobuf.ByteString
    The identity of the worker/client
    boolean
    Serialized value(s) to provide to the termination event

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.