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.StringgetIdentity()The identity of the client who initiated this request.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the client who initiated this request.java.lang.StringgetNamespace()Namespace this worker belongs to.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace this worker belongs to.java.lang.StringgetReason()Reason for sending worker command, can be used for audit purpose.com.google.protobuf.ByteStringgetReasonBytes()Reason for sending worker command, can be used for audit purpose.WorkerSelectorgetSelector()Defines which workers should receive this command.WorkerSelectorOrBuildergetSelectorOrBuilder()Defines which workers should receive this command.com.google.protobuf.FieldMaskgetUpdateMask()Controls which fields from `worker_config` will be appliedcom.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Controls which fields from `worker_config` will be appliedWorkerConfiggetWorkerConfig()Partial updates are accepted and controlled by update_mask.WorkerConfigOrBuildergetWorkerConfigOrBuilder()Partial updates are accepted and controlled by update_mask.booleanhasSelector()Defines which workers should receive this command.booleanhasUpdateMask()Controls which fields from `worker_config` will be appliedbooleanhasWorkerConfig()Partial updates are accepted and controlled by update_mask.-
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;
-
-