Interface GetNamespaceCapacityInfoRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNamespaceCapacityInfoRequest,GetNamespaceCapacityInfoRequest.Builder
@Generated(value="protoc",
comments="annotations:GetNamespaceCapacityInfoRequestOrBuilder.java.pb.meta")
public interface GetNamespaceCapacityInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace identifier.com.google.protobuf.ByteStringThe namespace identifier.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()The namespace identifier. Required.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace identifier. Required.
string namespace = 1;- Returns:
- The bytes for namespace.
-