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
Modifier and TypeMethodDescriptionThe target cloud namespace to route requests to.com.google.protobuf.ByteStringThe target cloud namespace to route requests to.The task queue on the cloud namespace to route requests to.com.google.protobuf.ByteStringThe task queue on the cloud namespace to route requests to.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
-
getNamespaceId
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
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.
-