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

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
NameDescription
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
TypeDescription
string

setVersion

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

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getNetworkConfig

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

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Metastore\V1\NetworkConfig
Returns
TypeDescription
$this