Google Cloud Dataproc Metastore V1alpha Client - Class AuxiliaryVersionConfig (0.4.1)

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

Configuration information for the auxiliary service versions.

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

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\V1alpha\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.

Generated from protobuf field string version = 1;

Returns
TypeDescription
string

setVersion

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

Generated from protobuf field string version = 1;

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.

Generated from protobuf field map<string, string> config_overrides = 2;

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.

Generated from protobuf field map<string, string> config_overrides = 2;

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.

Generated from protobuf field .google.cloud.metastore.v1alpha.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Cloud\Metastore\V1alpha\NetworkConfig|null

hasNetworkConfig

clearNetworkConfig

setNetworkConfig

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

Generated from protobuf field .google.cloud.metastore.v1alpha.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var Google\Cloud\Metastore\V1alpha\NetworkConfig
Returns
TypeDescription
$this