public static final class AdminProtos.GetStoreFileResponse extends com.google.protobuf.GeneratedMessage implements AdminProtos.GetStoreFileResponseOrBuilder
hbase.pb.GetStoreFileResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AdminProtos.GetStoreFileResponse.Builder
Protobuf type
hbase.pb.GetStoreFileResponse |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
STORE_FILE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static AdminProtos.GetStoreFileResponse |
getDefaultInstance() |
AdminProtos.GetStoreFileResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStoreFile(int index)
repeated string store_file = 1; |
com.google.protobuf.ByteString |
getStoreFileBytes(int index)
repeated string store_file = 1; |
int |
getStoreFileCount()
repeated string store_file = 1; |
java.util.List<java.lang.String> |
getStoreFileList()
repeated string store_file = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AdminProtos.GetStoreFileResponse.Builder |
newBuilder() |
static AdminProtos.GetStoreFileResponse.Builder |
newBuilder(AdminProtos.GetStoreFileResponse prototype) |
AdminProtos.GetStoreFileResponse.Builder |
newBuilderForType() |
protected AdminProtos.GetStoreFileResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AdminProtos.GetStoreFileResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AdminProtos.GetStoreFileResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.GetStoreFileResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.GetStoreFileResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.GetStoreFileResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.GetStoreFileResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.GetStoreFileResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.GetStoreFileResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.GetStoreFileResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int STORE_FILE_FIELD_NUMBER
public static AdminProtos.GetStoreFileResponse getDefaultInstance()
public AdminProtos.GetStoreFileResponse 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<java.lang.String> getStoreFileList()
repeated string store_file = 1;getStoreFileList in interface AdminProtos.GetStoreFileResponseOrBuilderpublic int getStoreFileCount()
repeated string store_file = 1;getStoreFileCount in interface AdminProtos.GetStoreFileResponseOrBuilderpublic java.lang.String getStoreFile(int index)
repeated string store_file = 1;getStoreFile in interface AdminProtos.GetStoreFileResponseOrBuilderpublic com.google.protobuf.ByteString getStoreFileBytes(int index)
repeated string store_file = 1;getStoreFileBytes in interface AdminProtos.GetStoreFileResponseOrBuilderpublic 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 AdminProtos.GetStoreFileResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.GetStoreFileResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.GetStoreFileResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdminProtos.GetStoreFileResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.GetStoreFileResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.GetStoreFileResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.GetStoreFileResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.GetStoreFileResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AdminProtos.GetStoreFileResponse.Builder newBuilder()
public AdminProtos.GetStoreFileResponse.Builder newBuilderForType()
public static AdminProtos.GetStoreFileResponse.Builder newBuilder(AdminProtos.GetStoreFileResponse prototype)
public AdminProtos.GetStoreFileResponse.Builder toBuilder()
protected AdminProtos.GetStoreFileResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)