Interface FetchWorkerConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchWorkerConfigRequest,FetchWorkerConfigRequest.Builder
@Generated(value="protoc",
comments="annotations:FetchWorkerConfigRequestOrBuilder.java.pb.meta")
public interface FetchWorkerConfigRequestOrBuilder
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.booleanDefines which workers should receive this command.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.
-
hasSelector
boolean hasSelector()Defines which workers should receive this command. only single worker is supported at this time.
.temporal.api.common.v1.WorkerSelector selector = 6;- Returns:
- Whether the selector field is set.
-
getSelector
WorkerSelector getSelector()Defines which workers should receive this command. only single worker is supported at this time.
.temporal.api.common.v1.WorkerSelector selector = 6;- Returns:
- The selector.
-
getSelectorOrBuilder
WorkerSelectorOrBuilder getSelectorOrBuilder()Defines which workers should receive this command. only single worker is supported at this time.
.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.
-