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

    Modifier and Type
    Method
    Description
    Namespace this worker belongs to.
    com.google.protobuf.ByteString
    Namespace this worker belongs to.
    Worker instance key to describe.
    com.google.protobuf.ByteString
    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 Details

    • getNamespace

      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

      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.