public interface AuxiliaryVersionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConfigOverrides(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
Map<String,String> |
getConfigOverrides()
Deprecated.
|
int |
getConfigOverridesCount()
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
Map<String,String> |
getConfigOverridesMap()
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
String |
getConfigOverridesOrDefault(String key,
String defaultValue)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
String |
getConfigOverridesOrThrow(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
the primary version's overrides.
|
NetworkConfig |
getNetworkConfig()
Output only.
|
NetworkConfigOrBuilder |
getNetworkConfigOrBuilder()
Output only.
|
String |
getVersion()
The Hive metastore version of the auxiliary service.
|
com.google.protobuf.ByteString |
getVersionBytes()
The Hive metastore version of the auxiliary service.
|
boolean |
hasNetworkConfig()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
string version = 1;com.google.protobuf.ByteString getVersionBytes()
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
string version = 1;int getConfigOverridesCount()
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;boolean containsConfigOverrides(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;@Deprecated Map<String,String> getConfigOverrides()
getConfigOverridesMap() instead.Map<String,String> getConfigOverridesMap()
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;String getConfigOverridesOrDefault(String key, String defaultValue)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;String getConfigOverridesOrThrow(String key)
A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in `hive-site.xml`) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
map<string, string> config_overrides = 2;boolean hasNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
NetworkConfig getNetworkConfig()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
NetworkConfigOrBuilder getNetworkConfigOrBuilder()
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.