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 Type
    Method
    Description
    The namespace identifier.
    com.google.protobuf.ByteString
    The namespace identifier.

    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()
       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.