Interface RespondActivityTaskCanceledRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Payloads getDetails()
      Serialized additional information to attach to the cancellation
      PayloadsOrBuilder getDetailsOrBuilder()
      Serialized additional information to attach to the cancellation
      java.lang.String getIdentity()
      The identity of the worker/client
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client
      java.lang.String getNamespace()
      string namespace = 4;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 4;
      com.google.protobuf.ByteString getTaskToken()
      The task token as received in `PollActivityTaskQueueResponse`
      WorkerVersionStamp getWorkerVersion()
      Version info of the worker who processed this task.
      WorkerVersionStampOrBuilder getWorkerVersionOrBuilder()
      Version info of the worker who processed this task.
      boolean hasDetails()
      Serialized additional information to attach to the cancellation
      boolean hasWorkerVersion()
      Version info of the worker who processed this task.
      • 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

      • getTaskToken

        com.google.protobuf.ByteString getTaskToken()
         The task token as received in `PollActivityTaskQueueResponse`
         
        bytes task_token = 1;
        Returns:
        The taskToken.
      • hasDetails

        boolean hasDetails()
         Serialized additional information to attach to the cancellation
         
        .temporal.api.common.v1.Payloads details = 2;
        Returns:
        Whether the details field is set.
      • getDetails

        Payloads getDetails()
         Serialized additional information to attach to the cancellation
         
        .temporal.api.common.v1.Payloads details = 2;
        Returns:
        The details.
      • getDetailsOrBuilder

        PayloadsOrBuilder getDetailsOrBuilder()
         Serialized additional information to attach to the cancellation
         
        .temporal.api.common.v1.Payloads details = 2;
      • getIdentity

        java.lang.String getIdentity()
         The identity of the worker/client
         
        string identity = 3;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client
         
        string identity = 3;
        Returns:
        The bytes for identity.
      • getNamespace

        java.lang.String getNamespace()
        string namespace = 4;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 4;
        Returns:
        The bytes for namespace.
      • hasWorkerVersion

        boolean hasWorkerVersion()
         Version info of the worker who processed this task. This message's `build_id` field should
         always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
         field to true. See message docstrings for more.
         
        .temporal.api.common.v1.WorkerVersionStamp worker_version = 5;
        Returns:
        Whether the workerVersion field is set.
      • getWorkerVersion

        WorkerVersionStamp getWorkerVersion()
         Version info of the worker who processed this task. This message's `build_id` field should
         always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
         field to true. See message docstrings for more.
         
        .temporal.api.common.v1.WorkerVersionStamp worker_version = 5;
        Returns:
        The workerVersion.
      • getWorkerVersionOrBuilder

        WorkerVersionStampOrBuilder getWorkerVersionOrBuilder()
         Version info of the worker who processed this task. This message's `build_id` field should
         always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
         field to true. See message docstrings for more.
         
        .temporal.api.common.v1.WorkerVersionStamp worker_version = 5;