public interface HiveDatabaseOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsParameters(String key)
public abstract boolean containsParameters(String key)
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getLocationUri()
public abstract 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 abstract 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() (deprecated)
public abstract Map<String,String> getParameters()
Use #getParametersMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getParametersCount()
public abstract int getParametersCount()
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
int |
getParametersMap()
public abstract 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 abstract 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 abstract String getParametersOrThrow(String key)
Stores user supplied Hive database parameters.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |