public static final class QuotaProtos.GetSpaceQuotaSnapshotsResponse extends com.google.protobuf.GeneratedMessage implements QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilder
hbase.pb.GetSpaceQuotaSnapshotsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder
Protobuf type
hbase.pb.GetSpaceQuotaSnapshotsResponse |
static class |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot
Protobuf type
hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot |
static interface |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshotOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
SNAPSHOTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
getDefaultInstance() |
QuotaProtos.GetSpaceQuotaSnapshotsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot |
getSnapshots(int index)
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1; |
int |
getSnapshotsCount()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1; |
java.util.List<QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot> |
getSnapshotsList()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1; |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshotOrBuilder |
getSnapshotsOrBuilder(int index)
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1; |
java.util.List<? extends QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshotOrBuilder> |
getSnapshotsOrBuilderList()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder |
newBuilder() |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder |
newBuilder(QuotaProtos.GetSpaceQuotaSnapshotsResponse prototype) |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder |
newBuilderForType() |
protected QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseDelimitedFrom(java.io.InputStream input) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.GetSpaceQuotaSnapshotsResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int SNAPSHOTS_FIELD_NUMBER
public static QuotaProtos.GetSpaceQuotaSnapshotsResponse getDefaultInstance()
public QuotaProtos.GetSpaceQuotaSnapshotsResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public java.util.List<QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot> getSnapshotsList()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1;getSnapshotsList in interface QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilderpublic java.util.List<? extends QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshotOrBuilder> getSnapshotsOrBuilderList()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1;getSnapshotsOrBuilderList in interface QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilderpublic int getSnapshotsCount()
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1;getSnapshotsCount in interface QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilderpublic QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot getSnapshots(int index)
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1;getSnapshots in interface QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilderpublic QuotaProtos.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshotOrBuilder getSnapshotsOrBuilder(int index)
repeated .hbase.pb.GetSpaceQuotaSnapshotsResponse.TableQuotaSnapshot snapshots = 1;getSnapshotsOrBuilder in interface QuotaProtos.GetSpaceQuotaSnapshotsResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder newBuilder()
public QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder newBuilderForType()
public static QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder newBuilder(QuotaProtos.GetSpaceQuotaSnapshotsResponse prototype)
public QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder toBuilder()
protected QuotaProtos.GetSpaceQuotaSnapshotsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)