Interface RecordActivityTaskHeartbeatByIdRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActivityId()
      Id of the activity we're heartbeating
      com.google.protobuf.ByteString getActivityIdBytes()
      Id of the activity we're heartbeating
      Payloads getDetails()
      Arbitrary data, of which the most recent call is kept, to store for this activity
      PayloadsOrBuilder getDetailsOrBuilder()
      Arbitrary data, of which the most recent call is kept, to store for this activity
      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()
      Namespace of the workflow which scheduled this activity
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace of the workflow which scheduled this activity
      java.lang.String getRunId()
      Run Id of the workflow which scheduled this activity
      com.google.protobuf.ByteString getRunIdBytes()
      Run Id of the workflow which scheduled this activity
      java.lang.String getWorkflowId()
      Id of the workflow which scheduled this activity
      com.google.protobuf.ByteString getWorkflowIdBytes()
      Id of the workflow which scheduled this activity
      boolean hasDetails()
      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 Detail

      • getNamespace

        java.lang.String getNamespace()
         Namespace of the workflow which scheduled this activity
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace of the workflow which scheduled this activity
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getWorkflowId

        java.lang.String getWorkflowId()
         Id of the workflow which scheduled this activity
         
        string workflow_id = 2;
        Returns:
        The workflowId.
      • getWorkflowIdBytes

        com.google.protobuf.ByteString getWorkflowIdBytes()
         Id of the workflow which scheduled this activity
         
        string workflow_id = 2;
        Returns:
        The bytes for workflowId.
      • getRunId

        java.lang.String getRunId()
         Run Id of the workflow which scheduled this activity
         
        string run_id = 3;
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
         Run Id of the workflow which scheduled this activity
         
        string run_id = 3;
        Returns:
        The bytes for runId.
      • getActivityId

        java.lang.String getActivityId()
         Id of the activity we're heartbeating
         
        string activity_id = 4;
        Returns:
        The activityId.
      • getActivityIdBytes

        com.google.protobuf.ByteString getActivityIdBytes()
         Id of the activity we're heartbeating
         
        string activity_id = 4;
        Returns:
        The bytes for activityId.
      • hasDetails

        boolean hasDetails()
         Arbitrary data, of which the most recent call is kept, to store for this activity
         
        .temporal.api.common.v1.Payloads details = 5;
        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 = 5;
        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 = 5;
      • getIdentity

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

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