Interface EndpointTarget.WorkerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNamespace()
      Namespace to route requests to.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace to route requests to.
      java.lang.String getTaskQueue()
      Nexus task queue to route requests to.
      com.google.protobuf.ByteString getTaskQueueBytes()
      Nexus task queue 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 Detail

      • getNamespace

        java.lang.String getNamespace()
         Namespace to route requests to.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace to route requests to.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getTaskQueue

        java.lang.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.