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
      Payloads getDetails()
      Serialized value(s) to provide to the termination event
      PayloadsOrBuilder getDetailsOrBuilder()
      Serialized value(s) to provide to the termination event
      java.lang.String getIdentity()
      The identity of the worker/client
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client
      boolean hasDetails()
      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 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.