Interface UpdateWorkerConfigRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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 this worker belongs to.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace this worker belongs to.
      java.lang.String getReason()
      Reason for sending worker command, can be used for audit purpose.
      com.google.protobuf.ByteString getReasonBytes()
      Reason for sending worker command, can be used for audit purpose.
      WorkerSelector getSelector()
      Defines which workers should receive this command.
      WorkerSelectorOrBuilder getSelectorOrBuilder()
      Defines which workers should receive this command.
      com.google.protobuf.FieldMask getUpdateMask()
      Controls which fields from `worker_config` will be applied
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Controls which fields from `worker_config` will be applied
      WorkerConfig getWorkerConfig()
      Partial updates are accepted and controlled by update_mask.
      WorkerConfigOrBuilder getWorkerConfigOrBuilder()
      Partial updates are accepted and controlled by update_mask.
      boolean hasSelector()
      Defines which workers should receive this command.
      boolean hasUpdateMask()
      Controls which fields from `worker_config` will be applied
      boolean hasWorkerConfig()
      Partial updates are accepted and controlled by update_mask.
      • 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 this worker belongs to.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

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

        java.lang.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.
      • getReason

        java.lang.String getReason()
         Reason for sending worker command, can be used for audit purpose.
         
        string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Reason for sending worker command, can be used for audit purpose.
         
        string reason = 3;
        Returns:
        The bytes for reason.
      • hasWorkerConfig

        boolean hasWorkerConfig()
         Partial updates are accepted and controlled by update_mask.
         The worker configuration to set.
         
        .temporal.api.sdk.v1.WorkerConfig worker_config = 4;
        Returns:
        Whether the workerConfig field is set.
      • getWorkerConfig

        WorkerConfig getWorkerConfig()
         Partial updates are accepted and controlled by update_mask.
         The worker configuration to set.
         
        .temporal.api.sdk.v1.WorkerConfig worker_config = 4;
        Returns:
        The workerConfig.
      • getWorkerConfigOrBuilder

        WorkerConfigOrBuilder getWorkerConfigOrBuilder()
         Partial updates are accepted and controlled by update_mask.
         The worker configuration to set.
         
        .temporal.api.sdk.v1.WorkerConfig worker_config = 4;
      • hasUpdateMask

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

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

        boolean hasSelector()
         Defines which workers should receive this command.
         
        .temporal.api.common.v1.WorkerSelector selector = 6;
        Returns:
        Whether the selector field is set.
      • getSelector

        WorkerSelector getSelector()
         Defines which workers should receive this command.
         
        .temporal.api.common.v1.WorkerSelector selector = 6;
        Returns:
        The selector.
      • getSelectorOrBuilder

        WorkerSelectorOrBuilder getSelectorOrBuilder()
         Defines which workers should receive this command.
         
        .temporal.api.common.v1.WorkerSelector selector = 6;