public static final class ColumnSchemaMessage.ColumnSchema.Attribute extends GeneratedMessage implements ColumnSchemaMessage.ColumnSchema.AttributeOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnSchemaMessage.ColumnSchema.Attribute.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.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<ColumnSchemaMessage.ColumnSchema.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<ColumnSchemaMessage.ColumnSchema.Attribute> PARSER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static ColumnSchemaMessage.ColumnSchema.Attribute getDefaultInstance()
public ColumnSchemaMessage.ColumnSchema.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<ColumnSchemaMessage.ColumnSchema.Attribute> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface ColumnSchemaMessage.ColumnSchema.AttributeOrBuilderpublic String getName()
required string name = 1;getName in interface ColumnSchemaMessage.ColumnSchema.AttributeOrBuilderpublic ByteString getNameBytes()
required string name = 1;getNameBytes in interface ColumnSchemaMessage.ColumnSchema.AttributeOrBuilderpublic boolean hasValue()
required string value = 2;hasValue in interface ColumnSchemaMessage.ColumnSchema.AttributeOrBuilderpublic String getValue()
required string value = 2;getValue in interface ColumnSchemaMessage.ColumnSchema.AttributeOrBuilderpublic ByteString getValueBytes()
required string value = 2;getValueBytes in interface ColumnSchemaMessage.ColumnSchema.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 ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(InputStream input) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ColumnSchemaMessage.ColumnSchema.Attribute.Builder newBuilder()
public ColumnSchemaMessage.ColumnSchema.Attribute.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static ColumnSchemaMessage.ColumnSchema.Attribute.Builder newBuilder(ColumnSchemaMessage.ColumnSchema.Attribute prototype)
public ColumnSchemaMessage.ColumnSchema.Attribute.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected ColumnSchemaMessage.ColumnSchema.Attribute.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2014 The Apache Software Foundation. All Rights Reserved.