public interface HiveTableOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsParameters(String key)
public abstract boolean containsParameters(String key)Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 table parameters.
map<string, string> parameters = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getParametersMap()
public abstract Map<String,String> getParametersMap()Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getParametersOrDefault(String key, String defaultValue)
public abstract String getParametersOrDefault(String key, String defaultValue)Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getParametersOrThrow(String key)
public abstract String getParametersOrThrow(String key)Stores user supplied Hive table parameters.
map<string, string> parameters = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getStorageDescriptor()
public abstract HiveTableOptions.StorageDescriptor getStorageDescriptor()Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
| Returns | |
|---|---|
| Type | Description |
HiveTableOptions.StorageDescriptor |
The storageDescriptor. |
getStorageDescriptorOrBuilder()
public abstract HiveTableOptions.StorageDescriptorOrBuilder getStorageDescriptorOrBuilder()Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
| Returns | |
|---|---|
| Type | Description |
HiveTableOptions.StorageDescriptorOrBuilder |
|
getTableType()
public abstract String getTableType()Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
string table_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The tableType. |
getTableTypeBytes()
public abstract ByteString getTableTypeBytes()Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
string table_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableType. |
hasStorageDescriptor()
public abstract boolean hasStorageDescriptor()Stores physical storage information of the data.
.google.cloud.bigquery.biglake.v1.HiveTableOptions.StorageDescriptor storage_descriptor = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the storageDescriptor field is set. |