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
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.booleanhasSelector()Defines which workers should receive this command.-
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.
-
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;
-
-