Interface RecordActivityTaskHeartbeatRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Arbitrary data, of which the most recent call is kept, to store for this activity
    Arbitrary data, of which the most recent call is kept, to store for this activity
    The identity of the worker/client
    com.google.protobuf.ByteString
    The identity of the worker/client
    string namespace = 4;
    com.google.protobuf.ByteString
    string namespace = 4;
    Resource ID for routing.
    com.google.protobuf.ByteString
    Resource ID for routing.
    com.google.protobuf.ByteString
    The task token as received in `PollActivityTaskQueueResponse`
    boolean
    Arbitrary data, of which the most recent call is kept, to store for this activity

    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

    • getTaskToken

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

      boolean hasDetails()
       Arbitrary data, of which the most recent call is kept, to store for this activity
       
      .temporal.api.common.v1.Payloads details = 2;
      Returns:
      Whether the details field is set.
    • getDetails

      Payloads getDetails()
       Arbitrary data, of which the most recent call is kept, to store for this activity
       
      .temporal.api.common.v1.Payloads details = 2;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadsOrBuilder getDetailsOrBuilder()
       Arbitrary data, of which the most recent call is kept, to store for this activity
       
      .temporal.api.common.v1.Payloads details = 2;
    • getIdentity

      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

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

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

      String getResourceId()
       Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
       
      string resource_id = 5;
      Returns:
      The resourceId.
    • getResourceIdBytes

      com.google.protobuf.ByteString getResourceIdBytes()
       Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
       
      string resource_id = 5;
      Returns:
      The bytes for resourceId.