@Generated(value="proto") public static final class TableSchemaMessage.TableSchema extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements TableSchemaMessage.TableSchemaOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema| Modifier and Type | Class and Description |
|---|---|
static class |
TableSchemaMessage.TableSchema.Attribute
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute |
static interface |
TableSchemaMessage.TableSchema.AttributeOrBuilder |
static class |
TableSchemaMessage.TableSchema.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRS_FIELD_NUMBER |
static int |
COLUMNS_FIELD_NUMBER |
static int |
INMEMORY_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> |
PARSER
Deprecated.
|
static int |
READONLY_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TableSchemaMessage.TableSchema.Attribute |
getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
int |
getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<TableSchemaMessage.TableSchema.Attribute> |
getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
TableSchemaMessage.TableSchema.AttributeOrBuilder |
getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
List<? extends TableSchemaMessage.TableSchema.AttributeOrBuilder> |
getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2; |
ColumnSchemaMessage.ColumnSchema |
getColumns(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
int |
getColumnsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
List<ColumnSchemaMessage.ColumnSchema> |
getColumnsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
ColumnSchemaMessage.ColumnSchemaOrBuilder |
getColumnsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
List<? extends ColumnSchemaMessage.ColumnSchemaOrBuilder> |
getColumnsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3; |
static TableSchemaMessage.TableSchema |
getDefaultInstance() |
TableSchemaMessage.TableSchema |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getInMemory()
optional helpful encodings of commonly used attributes
|
String |
getName()
optional string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> |
getParserForType() |
boolean |
getReadOnly()
optional bool readOnly = 5; |
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasInMemory()
optional helpful encodings of commonly used attributes
|
boolean |
hasName()
optional string name = 1; |
boolean |
hasReadOnly()
optional bool readOnly = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TableSchemaMessage.TableSchema.Builder |
newBuilder() |
static TableSchemaMessage.TableSchema.Builder |
newBuilder(TableSchemaMessage.TableSchema prototype) |
TableSchemaMessage.TableSchema.Builder |
newBuilderForType() |
protected TableSchemaMessage.TableSchema.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TableSchemaMessage.TableSchema |
parseDelimitedFrom(InputStream input) |
static TableSchemaMessage.TableSchema |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema |
parseFrom(byte[] data) |
static TableSchemaMessage.TableSchema |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema |
parseFrom(ByteBuffer data) |
static TableSchemaMessage.TableSchema |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static TableSchemaMessage.TableSchema |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static TableSchemaMessage.TableSchema |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchemaMessage.TableSchema |
parseFrom(InputStream input) |
static TableSchemaMessage.TableSchema |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> |
parser() |
TableSchemaMessage.TableSchema.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final int NAME_FIELD_NUMBER
public static final int ATTRS_FIELD_NUMBER
public static final int COLUMNS_FIELD_NUMBER
public static final int INMEMORY_FIELD_NUMBER
public static final int READONLY_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> PARSER
protected Object newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasName()
optional string name = 1;hasName in interface TableSchemaMessage.TableSchemaOrBuilderpublic String getName()
optional string name = 1;getName in interface TableSchemaMessage.TableSchemaOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface TableSchemaMessage.TableSchemaOrBuilderpublic List<TableSchemaMessage.TableSchema.Attribute> getAttrsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;getAttrsList in interface TableSchemaMessage.TableSchemaOrBuilderpublic List<? extends TableSchemaMessage.TableSchema.AttributeOrBuilder> getAttrsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;getAttrsOrBuilderList in interface TableSchemaMessage.TableSchemaOrBuilderpublic int getAttrsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;getAttrsCount in interface TableSchemaMessage.TableSchemaOrBuilderpublic TableSchemaMessage.TableSchema.Attribute getAttrs(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;getAttrs in interface TableSchemaMessage.TableSchemaOrBuilderpublic TableSchemaMessage.TableSchema.AttributeOrBuilder getAttrsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;getAttrsOrBuilder in interface TableSchemaMessage.TableSchemaOrBuilderpublic List<ColumnSchemaMessage.ColumnSchema> getColumnsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;getColumnsList in interface TableSchemaMessage.TableSchemaOrBuilderpublic List<? extends ColumnSchemaMessage.ColumnSchemaOrBuilder> getColumnsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;getColumnsOrBuilderList in interface TableSchemaMessage.TableSchemaOrBuilderpublic int getColumnsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;getColumnsCount in interface TableSchemaMessage.TableSchemaOrBuilderpublic ColumnSchemaMessage.ColumnSchema getColumns(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;getColumns in interface TableSchemaMessage.TableSchemaOrBuilderpublic ColumnSchemaMessage.ColumnSchemaOrBuilder getColumnsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;getColumnsOrBuilder in interface TableSchemaMessage.TableSchemaOrBuilderpublic boolean hasInMemory()
optional helpful encodings of commonly used attributes
optional bool inMemory = 4;hasInMemory in interface TableSchemaMessage.TableSchemaOrBuilderpublic boolean getInMemory()
optional helpful encodings of commonly used attributes
optional bool inMemory = 4;getInMemory in interface TableSchemaMessage.TableSchemaOrBuilderpublic boolean hasReadOnly()
optional bool readOnly = 5;hasReadOnly in interface TableSchemaMessage.TableSchemaOrBuilderpublic boolean getReadOnly()
optional bool readOnly = 5;getReadOnly in interface TableSchemaMessage.TableSchemaOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static TableSchemaMessage.TableSchema parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema parseFrom(InputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TableSchemaMessage.TableSchema.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static TableSchemaMessage.TableSchema.Builder newBuilder()
public static TableSchemaMessage.TableSchema.Builder newBuilder(TableSchemaMessage.TableSchema prototype)
public TableSchemaMessage.TableSchema.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected TableSchemaMessage.TableSchema.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static TableSchemaMessage.TableSchema getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<TableSchemaMessage.TableSchema> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public TableSchemaMessage.TableSchema getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.