public static final class NamespacePropertiesMessage.NamespaceProperties.Property.Builder extends <any> implements NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.NamespaceProperties.Propertypublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder clear()
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public NamespacePropertiesMessage.NamespaceProperties.Property getDefaultInstanceForType()
public NamespacePropertiesMessage.NamespaceProperties.Property build()
public NamespacePropertiesMessage.NamespaceProperties.Property buildPartial()
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public NamespacePropertiesMessage.NamespaceProperties.Property.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasKey()
required string key = 1;hasKey in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic String getKey()
required string key = 1;getKey in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic NamespacePropertiesMessage.NamespaceProperties.Property.Builder setKey(String value)
required string key = 1;public NamespacePropertiesMessage.NamespaceProperties.Property.Builder clearKey()
required string key = 1;public NamespacePropertiesMessage.NamespaceProperties.Property.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;public boolean hasValue()
required string value = 2;hasValue in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic String getValue()
required string value = 2;getValue in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
required string value = 2;getValueBytes in interface NamespacePropertiesMessage.NamespaceProperties.PropertyOrBuilderpublic NamespacePropertiesMessage.NamespaceProperties.Property.Builder setValue(String value)
required string value = 2;public NamespacePropertiesMessage.NamespaceProperties.Property.Builder clearValue()
required string value = 2;public NamespacePropertiesMessage.NamespaceProperties.Property.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 2;