Google Cloud Dataproc Metastore V1 Client - Class AuxiliaryVersionConfig (0.11.3)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class AuxiliaryVersionConfig.

Configuration information for the auxiliary service versions.

Generated from protobuf message google.cloud.metastore.v1.AuxiliaryVersionConfig

Namespace

Google \ Cloud \ Metastore \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ version string

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

↳ config_overrides array|Google\Protobuf\Internal\MapField

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\V1\NetworkConfig

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

getVersion

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

Returns
Type Description
string

setVersion

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

Parameter
Name Description
var string
Returns
Type Description
$this

getConfigOverrides

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.

Returns
Type Description
Google\Protobuf\Internal\MapField

setConfigOverrides

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.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getNetworkConfig

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Returns
Type Description
Google\Cloud\Metastore\V1\NetworkConfig|null

hasNetworkConfig

clearNetworkConfig

setNetworkConfig

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Parameter
Name Description
var Google\Cloud\Metastore\V1\NetworkConfig
Returns
Type Description
$this