public static final class NamespacePropertiesMessage.NamespaceProperties.Property extends com.google.protobuf.GeneratedMessage implements NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.NamespaceProperties.Property
Modifier and Type | Class and Description |
---|---|
static class |
NamespacePropertiesMessage.NamespaceProperties.Property.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.NamespaceProperties.Property |
Modifier and Type | Field and Description |
---|---|
static int |
KEY_FIELD_NUMBER |
static <any> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
public static <any> PARSER
public static final int KEY_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static NamespacePropertiesMessage.NamespaceProperties.Property getDefaultInstance()
public NamespacePropertiesMessage.NamespaceProperties.Property 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 boolean hasKey()
required string key = 1;
hasKey
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public String getKey()
required string key = 1;
getKey
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
getKeyBytes
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public boolean hasValue()
required string value = 2;
hasValue
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public String getValue()
required string value = 2;
getValue
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public com.google.protobuf.ByteString getValueBytes()
required string value = 2;
getValueBytes
in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseDelimitedFrom(InputStream input) throws IOException
IOException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static NamespacePropertiesMessage.NamespaceProperties.Property parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static NamespacePropertiesMessage.NamespaceProperties.Property.Builder newBuilder()
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder newBuilderForType()
public static NamespacePropertiesMessage.NamespaceProperties.Property.Builder newBuilder(NamespacePropertiesMessage.NamespaceProperties.Property prototype)
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder toBuilder()
protected NamespacePropertiesMessage.NamespaceProperties.Property.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)