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 TypeMethodDescriptionNamespace this worker belongs to.com.google.protobuf.ByteStringNamespace this worker belongs to.Worker instance key to describe.com.google.protobuf.ByteStringWorker instance key to describe.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
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.
-