Interface BatchOperationUpdateActivityOptionsOrBuilder

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

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

      • getIdentity

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

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

        boolean hasType()
        string type = 2;
        Returns:
        Whether the type field is set.
      • getType

        java.lang.String getType()
        string type = 2;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2;
        Returns:
        The bytes for type.
      • hasMatchAll

        boolean hasMatchAll()
        bool match_all = 3;
        Returns:
        Whether the matchAll field is set.
      • getMatchAll

        boolean getMatchAll()
        bool match_all = 3;
        Returns:
        The matchAll.
      • hasActivityOptions

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

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

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

        boolean hasUpdateMask()
         Controls which fields from `activity_options` will be applied
         
        .google.protobuf.FieldMask update_mask = 5;
        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 = 5;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

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

        boolean getRestoreOriginal()
         If set, the activity options will be restored to the default.
         Default options are then options activity was created with.
         They are part of the first ActivityTaskScheduled event.
         This flag cannot be combined with any other option; if you supply
         restore_original together with other options, the request will be rejected.
         
        bool restore_original = 6;
        Returns:
        The restoreOriginal.