Package io.temporal.api.cloud.nexus.v1
Interface WorkerTargetSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkerTargetSpec,WorkerTargetSpec.Builder
@Generated(value="protoc", comments="annotations:WorkerTargetSpecOrBuilder.java.pb.meta") public interface WorkerTargetSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNamespaceId()The target cloud namespace to route requests to.com.google.protobuf.ByteStringgetNamespaceIdBytes()The target cloud namespace to route requests to.java.lang.StringgetTaskQueue()The task queue on the cloud namespace to route requests to.com.google.protobuf.ByteStringgetTaskQueueBytes()The task queue on the cloud namespace to route requests to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespaceId
java.lang.String getNamespaceId()
The target cloud namespace to route requests to. Namespace must be in same account as the endpoint. This field is mutable.
string namespace_id = 1;- Returns:
- The namespaceId.
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()
The target cloud namespace to route requests to. Namespace must be in same account as the endpoint. This field is mutable.
string namespace_id = 1;- Returns:
- The bytes for namespaceId.
-
getTaskQueue
java.lang.String getTaskQueue()
The task queue on the cloud namespace to route requests to. This field is mutable.
string task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()
The task queue on the cloud namespace to route requests to. This field is mutable.
string task_queue = 2;- Returns:
- The bytes for taskQueue.
-
-