public final class HiveDatabaseOptions extends GeneratedMessageV3 implements HiveDatabaseOptionsOrBuilder
Options of a Hive database.
Protobuf type google.cloud.bigquery.biglake.v1alpha1.HiveDatabaseOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HiveDatabaseOptionsImplements
HiveDatabaseOptionsOrBuilderStatic Fields
LOCATION_URI_FIELD_NUMBER
public static final int LOCATION_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static HiveDatabaseOptions getDefaultInstance()
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static HiveDatabaseOptions.Builder newBuilder()
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions.Builder |
newBuilder(HiveDatabaseOptions prototype)
public static HiveDatabaseOptions.Builder newBuilder(HiveDatabaseOptions prototype)
Parameter | |
---|---|
Name | Description |
prototype | HiveDatabaseOptions |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions.Builder |
parseDelimitedFrom(InputStream input)
public static HiveDatabaseOptions parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static HiveDatabaseOptions parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static HiveDatabaseOptions parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static HiveDatabaseOptions parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static HiveDatabaseOptions parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static HiveDatabaseOptions parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HiveDatabaseOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<HiveDatabaseOptions> parser()
Returns | |
---|---|
Type | Description |
Parser<HiveDatabaseOptions> |
Methods
containsParameters(String key)
public boolean containsParameters(String key)
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public HiveDatabaseOptions getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions |
getLocationUri()
public String getLocationUri()
Cloud Storage folder URI where the database data is stored, starting with "gs://".
string location_uri = 1;
Returns | |
---|---|
Type | Description |
String | The locationUri. |
getLocationUriBytes()
public ByteString getLocationUriBytes()
Cloud Storage folder URI where the database data is stored, starting with "gs://".
string location_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for locationUri. |
getParameters()
public Map<String,String> getParameters()
Use #getParametersMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getParametersCount()
public int getParametersCount()
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
int |
getParametersMap()
public Map<String,String> getParametersMap()
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getParametersOrDefault(String key, String defaultValue)
public String getParametersOrDefault(String key, String defaultValue)
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getParametersOrThrow(String key)
public String getParametersOrThrow(String key)
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getParserForType()
public Parser<HiveDatabaseOptions> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<HiveDatabaseOptions> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public HiveDatabaseOptions.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HiveDatabaseOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public HiveDatabaseOptions.Builder toBuilder()
Returns | |
---|---|
Type | Description |
HiveDatabaseOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |