Interface EndpointTarget.WorkerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointTarget.Worker,EndpointTarget.Worker.Builder
- Enclosing class:
EndpointTarget
public static interface EndpointTarget.WorkerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNamespace to route requests to.com.google.protobuf.ByteStringNamespace to route requests to.Nexus task queue to route requests to.com.google.protobuf.ByteStringNexus task queue 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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Namespace to route requests to.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getTaskQueue
String getTaskQueue()Nexus task queue to route requests to.
string task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()Nexus task queue to route requests to.
string task_queue = 2;- Returns:
- The bytes for taskQueue.
-