public static final class TableSchemaMessage.TableSchema.Attribute extends GeneratedMessage implements TableSchemaMessage.TableSchema.AttributeOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute| Modifier and Type | Class and Description |
|---|---|
static class |
TableSchemaMessage.TableSchema.Attribute.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static Parser<TableSchemaMessage.TableSchema.Attribute> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<TableSchemaMessage.TableSchema.Attribute> PARSER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static TableSchemaMessage.TableSchema.Attribute getDefaultInstance()
public TableSchemaMessage.TableSchema.Attribute getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<TableSchemaMessage.TableSchema.Attribute> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic String getName()
required string name = 1;getName in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic ByteString getNameBytes()
required string name = 1;getNameBytes in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic boolean hasValue()
required string value = 2;hasValue in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic String getValue()
required string value = 2;getValue in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic ByteString getValueBytes()
required string value = 2;getValueBytes in interface TableSchemaMessage.TableSchema.AttributeOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(InputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableSchemaMessage.TableSchema.Attribute.Builder newBuilder()
public TableSchemaMessage.TableSchema.Attribute.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static TableSchemaMessage.TableSchema.Attribute.Builder newBuilder(TableSchemaMessage.TableSchema.Attribute prototype)
public TableSchemaMessage.TableSchema.Attribute.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected TableSchemaMessage.TableSchema.Attribute.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2014 The Apache Software Foundation. All Rights Reserved.