Interface UpdateActivityOptionsByIdRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:UpdateActivityOptionsByIdRequestOrBuilder.java.pb.meta")
    public interface UpdateActivityOptionsByIdRequestOrBuilder
    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 updating
      com.google.protobuf.ByteString getActivityIdBytes()
      ID of the activity we're updating
      ActivityOptions getActivityOptions()
      Activity options.
      ActivityOptionsOrBuilder getActivityOptionsOrBuilder()
      Activity options.
      java.lang.String getIdentity()
      The identity of the client who initiated this request
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the client who initiated this request
      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 getRequestId()
      Used to de-dupe requests
      com.google.protobuf.ByteString getRequestIdBytes()
      Used to de-dupe requests
      java.lang.String getRunId()
      Run ID of the workflow which scheduled this activity if empty - latest workflow is used
      com.google.protobuf.ByteString getRunIdBytes()
      Run ID of the workflow which scheduled this activity if empty - latest workflow is used
      com.google.protobuf.FieldMask getUpdateMask()
      Controls which fields from `activity_options` will be applied
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Controls which fields from `activity_options` will be applied
      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 hasActivityOptions()
      Activity options.
      boolean hasUpdateMask()
      Controls which fields from `activity_options` will be applied
      • 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
         if empty - latest workflow is used
         
        string run_id = 3;
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
         Run ID of the workflow which scheduled this activity
         if empty - latest workflow is used
         
        string run_id = 3;
        Returns:
        The bytes for runId.
      • getActivityId

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

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

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

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

        boolean hasActivityOptions()
         Activity options. Partial updates are accepted and controlled by update_mask
         
        .temporal.api.activity.v1.ActivityOptions activity_options = 6;
        Returns:
        Whether the activityOptions field is set.
      • getActivityOptions

        ActivityOptions getActivityOptions()
         Activity options. Partial updates are accepted and controlled by update_mask
         
        .temporal.api.activity.v1.ActivityOptions activity_options = 6;
        Returns:
        The activityOptions.
      • getActivityOptionsOrBuilder

        ActivityOptionsOrBuilder getActivityOptionsOrBuilder()
         Activity options. Partial updates are accepted and controlled by update_mask
         
        .temporal.api.activity.v1.ActivityOptions activity_options = 6;
      • hasUpdateMask

        boolean hasUpdateMask()
         Controls which fields from `activity_options` will be applied
         
        .google.protobuf.FieldMask update_mask = 7;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Controls which fields from `activity_options` will be applied
         
        .google.protobuf.FieldMask update_mask = 7;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Controls which fields from `activity_options` will be applied
         
        .google.protobuf.FieldMask update_mask = 7;
      • getRequestId

        java.lang.String getRequestId()
         Used to de-dupe requests
         
        string request_id = 8;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         Used to de-dupe requests
         
        string request_id = 8;
        Returns:
        The bytes for requestId.