Interface RespondNexusTaskCompletedRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The identity of the client who initiated this request.
    com.google.protobuf.ByteString
    The identity of the client who initiated this request.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper routing of the response.
    com.google.protobuf.ByteString
    Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper routing of the response.
    Embedded response to be translated into a frontend response.
    Embedded response to be translated into a frontend response.
    com.google.protobuf.ByteString
    A unique identifier for this task as received via a poll response.
    boolean
    Embedded response to be translated into a frontend response.

    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

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

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

      String getIdentity()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Returns:
      The bytes for identity.
    • getTaskToken

      com.google.protobuf.ByteString getTaskToken()
       A unique identifier for this task as received via a poll response.
       
      bytes task_token = 3;
      Returns:
      The taskToken.
    • hasResponse

      boolean hasResponse()
       Embedded response to be translated into a frontend response.
       
      .temporal.api.nexus.v1.Response response = 4;
      Returns:
      Whether the response field is set.
    • getResponse

      Response getResponse()
       Embedded response to be translated into a frontend response.
       
      .temporal.api.nexus.v1.Response response = 4;
      Returns:
      The response.
    • getResponseOrBuilder

      ResponseOrBuilder getResponseOrBuilder()
       Embedded response to be translated into a frontend response.
       
      .temporal.api.nexus.v1.Response response = 4;
    • getPollerGroupId

      String getPollerGroupId()
       Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper
       routing of the response.
       
      string poller_group_id = 5;
      Returns:
      The pollerGroupId.
    • getPollerGroupIdBytes

      com.google.protobuf.ByteString getPollerGroupIdBytes()
       Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper
       routing of the response.
       
      string poller_group_id = 5;
      Returns:
      The bytes for pollerGroupId.