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
Modifier and TypeMethodDescriptionThe identity of the client who initiated this request.com.google.protobuf.ByteStringThe identity of the client who initiated this request.Namespace this worker belongs to.com.google.protobuf.ByteStringNamespace this worker belongs to.Reason for sending worker command, can be used for audit purpose.com.google.protobuf.ByteStringReason for sending worker command, can be used for audit purpose.Resource ID for routing.com.google.protobuf.ByteStringResource ID for routing.Defines which workers should receive this command.Defines which workers should receive this command.com.google.protobuf.FieldMaskControls which fields from `worker_config` will be appliedcom.google.protobuf.FieldMaskOrBuilderControls which fields from `worker_config` will be appliedPartial updates are accepted and controlled by update_mask.Partial updates are accepted and controlled by update_mask.booleanDefines which workers should receive this command.booleanControls which fields from `worker_config` will be appliedbooleanPartial updates are accepted and controlled by update_mask.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
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
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
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; -
getResourceId
String getResourceId()Resource ID for routing. Contains the worker grouping key.
string resource_id = 7;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()Resource ID for routing. Contains the worker grouping key.
string resource_id = 7;- Returns:
- The bytes for resourceId.
-