Class AuxiliaryVersionConfig (1.6.0)

AuxiliaryVersionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration information for the auxiliary service versions.

Attributes

NameDescription
version str
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
config_overrides Mapping[str, str]
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.
network_config google.cloud.metastore_v1alpha.types.NetworkConfig
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Inheritance

builtins.object > proto.message.Message > AuxiliaryVersionConfig

Classes

ConfigOverridesEntry

ConfigOverridesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.