Interface DescribeWorkerRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DescribeWorkerRequest, DescribeWorkerRequest.Builder

    @Generated(value="protoc",
               comments="annotations:DescribeWorkerRequestOrBuilder.java.pb.meta")
    public interface DescribeWorkerRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNamespace()
      Namespace this worker belongs to.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace this worker belongs to.
      java.lang.String getWorkerInstanceKey()
      Worker instance key to describe.
      com.google.protobuf.ByteString getWorkerInstanceKeyBytes()
      Worker instance key to describe.
      • 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 this worker belongs to.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace this worker belongs to.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getWorkerInstanceKey

        java.lang.String getWorkerInstanceKey()
         Worker instance key to describe.
         
        string worker_instance_key = 2;
        Returns:
        The workerInstanceKey.
      • getWorkerInstanceKeyBytes

        com.google.protobuf.ByteString getWorkerInstanceKeyBytes()
         Worker instance key to describe.
         
        string worker_instance_key = 2;
        Returns:
        The bytes for workerInstanceKey.