public static final class MasterProtos.GetTableDescriptorsRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.GetTableDescriptorsRequestOrBuilder
GetTableDescriptorsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.GetTableDescriptorsRequest.Builder
Protobuf type
GetTableDescriptorsRequest |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
INCLUDE_SYS_TABLES_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static com.google.protobuf.Parser<MasterProtos.GetTableDescriptorsRequest> |
PARSER |
static int |
REGEX_FIELD_NUMBER |
static int |
TABLE_NAMES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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]; |
String |
getNamespace()
optional string namespace = 4; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 4; |
com.google.protobuf.Parser<MasterProtos.GetTableDescriptorsRequest> |
getParserForType() |
String |
getRegex()
optional string regex = 2; |
com.google.protobuf.ByteString |
getRegexBytes()
optional string regex = 2; |
int |
getSerializedSize() |
HBaseProtos.TableName |
getTableNames(int index)
repeated .TableName table_names = 1; |
int |
getTableNamesCount()
repeated .TableName table_names = 1; |
List<HBaseProtos.TableName> |
getTableNamesList()
repeated .TableName table_names = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1; |
List<? extends HBaseProtos.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(InputStream input) |
static MasterProtos.GetTableDescriptorsRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(byte[] data) |
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(InputStream input) |
static MasterProtos.GetTableDescriptorsRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.GetTableDescriptorsRequest.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<MasterProtos.GetTableDescriptorsRequest> 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()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<MasterProtos.GetTableDescriptorsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<HBaseProtos.TableName> getTableNamesList()
repeated .TableName table_names = 1;getTableNamesList in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic List<? extends HBaseProtos.TableNameOrBuilder> getTableNamesOrBuilderList()
repeated .TableName table_names = 1;getTableNamesOrBuilderList in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic int getTableNamesCount()
repeated .TableName table_names = 1;getTableNamesCount in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic HBaseProtos.TableName getTableNames(int index)
repeated .TableName table_names = 1;getTableNames in interface MasterProtos.GetTableDescriptorsRequestOrBuilderpublic HBaseProtos.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 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 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()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic 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) 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(InputStream input) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.GetTableDescriptorsRequest.Builder newBuilder()
public MasterProtos.GetTableDescriptorsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MasterProtos.GetTableDescriptorsRequest.Builder newBuilder(MasterProtos.GetTableDescriptorsRequest prototype)
public MasterProtos.GetTableDescriptorsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MasterProtos.GetTableDescriptorsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.