public static final class MasterProtos.GetTableDescriptorsRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.GetTableDescriptorsRequestOrBuilder
hbase.pb.GetTableDescriptorsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.GetTableDescriptorsRequest.Builder
Protobuf type
hbase.pb.GetTableDescriptorsRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
INCLUDE_SYS_TABLES_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static <any> |
PARSER |
static int |
REGEX_FIELD_NUMBER |
static int |
TABLE_NAMES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.GetTableDescriptorsRequest |
getDefaultInstance() |
MasterProtos.GetTableDescriptorsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIncludeSysTables()
optional bool include_sys_tables = 3 [default = false]; |
java.lang.String |
getNamespace()
optional string namespace = 4; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 4; |
<any> |
getParserForType() |
java.lang.String |
getRegex()
optional string regex = 2; |
com.google.protobuf.ByteString |
getRegexBytes()
optional string regex = 2; |
int |
getSerializedSize() |
TableProtos.TableName |
getTableNames(int index)
repeated .TableName table_names = 1; |
int |
getTableNamesCount()
repeated .TableName table_names = 1; |
java.util.List<TableProtos.TableName> |
getTableNamesList()
repeated .TableName table_names = 1; |
TableProtos.TableNameOrBuilder |
getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1; |
java.util.List<? extends TableProtos.TableNameOrBuilder> |
getTableNamesOrBuilderList()
repeated .TableName table_names = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasIncludeSysTables()
optional bool include_sys_tables = 3 [default = false]; |
boolean |
hasNamespace()
optional string namespace = 4; |
boolean |
hasRegex()
optional string regex = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.GetTableDescriptorsRequest.Builder |
newBuilder() |
static MasterProtos.GetTableDescriptorsRequest.Builder |
newBuilder(MasterProtos.GetTableDescriptorsRequest prototype) |
MasterProtos.GetTableDescriptorsRequest.Builder |
newBuilderForType() |
protected MasterProtos.GetTableDescriptorsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.GetTableDescriptorsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.GetTableDescriptorsRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.GetTableDescriptorsRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TABLE_NAMES_FIELD_NUMBER
public static final int REGEX_FIELD_NUMBER
public static final int INCLUDE_SYS_TABLES_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static MasterProtos.GetTableDescriptorsRequest getDefaultInstance()
public MasterProtos.GetTableDescriptorsRequest 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<TableProtos.TableName> getTableNamesList()
repeated .TableName table_names = 1;getTableNamesList in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic java.util.List<? extends TableProtos.TableNameOrBuilder> getTableNamesOrBuilderList()
repeated .TableName table_names = 1;getTableNamesOrBuilderList in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic int getTableNamesCount()
repeated .TableName table_names = 1;getTableNamesCount in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic TableProtos.TableName getTableNames(int index)
repeated .TableName table_names = 1;getTableNames in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1;getTableNamesOrBuilder in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic boolean hasRegex()
optional string regex = 2;hasRegex in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic java.lang.String getRegex()
optional string regex = 2;getRegex in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic com.google.protobuf.ByteString getRegexBytes()
optional string regex = 2;getRegexBytes in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic boolean hasIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];hasIncludeSysTables in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic boolean getIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];getIncludeSysTables in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic boolean hasNamespace()
optional string namespace = 4;hasNamespace in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic java.lang.String getNamespace()
optional string namespace = 4;getNamespace in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 4;getNamespaceBytes in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic 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 MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest.Builder newBuilder()
public MasterProtos.GetTableDescriptorsRequest.Builder newBuilderForType()
public static MasterProtos.GetTableDescriptorsRequest.Builder newBuilder(MasterProtos.GetTableDescriptorsRequest prototype)
public MasterProtos.GetTableDescriptorsRequest.Builder toBuilder()
protected MasterProtos.GetTableDescriptorsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)