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 Type
    Method
    Description
    The target cloud namespace to route requests to.
    com.google.protobuf.ByteString
    The target cloud namespace to route requests to.
    The task queue on the cloud namespace to route requests to.
    com.google.protobuf.ByteString
    The task queue on the cloud namespace to route requests to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.