Interface CanceledFailureInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CanceledFailureInfo, CanceledFailureInfo.Builder

@Generated(value="protoc", comments="annotations:CanceledFailureInfoOrBuilder.java.pb.meta") public interface CanceledFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .temporal.api.common.v1.Payloads details = 1;
    .temporal.api.common.v1.Payloads details = 1;
    The identity of the worker or client that requested the cancellation.
    com.google.protobuf.ByteString
    The identity of the worker or client that requested the cancellation.
    boolean
    .temporal.api.common.v1.Payloads details = 1;

    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()
      .temporal.api.common.v1.Payloads details = 1;
      Returns:
      Whether the details field is set.
    • getDetails

      Payloads getDetails()
      .temporal.api.common.v1.Payloads details = 1;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadsOrBuilder getDetailsOrBuilder()
      .temporal.api.common.v1.Payloads details = 1;
    • getIdentity

      String getIdentity()
       The identity of the worker or client that requested the cancellation.
       
      string identity = 2;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the worker or client that requested the cancellation.
       
      string identity = 2;
      Returns:
      The bytes for identity.