Google Cloud Dataproc V1 Client - Class AuxiliaryServicesConfig (3.2.2)

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

Auxiliary services configuration for a Cluster.

Generated from protobuf message google.cloud.dataproc.v1.AuxiliaryServicesConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ metastore_config Google\Cloud\Dataproc\V1\MetastoreConfig

Optional. The Hive Metastore configuration for this workload.

↳ spark_history_server_config Google\Cloud\Dataproc\V1\SparkHistoryServerConfig

Optional. The Spark History Server configuration for the workload.

getMetastoreConfig

Optional. The Hive Metastore configuration for this workload.

Generated from protobuf field .google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Google\Cloud\Dataproc\V1\MetastoreConfig|null

hasMetastoreConfig

clearMetastoreConfig

setMetastoreConfig

Optional. The Hive Metastore configuration for this workload.

Generated from protobuf field .google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var Google\Cloud\Dataproc\V1\MetastoreConfig
Returns
TypeDescription
$this

getSparkHistoryServerConfig

Optional. The Spark History Server configuration for the workload.

Generated from protobuf field .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Google\Cloud\Dataproc\V1\SparkHistoryServerConfig|null

hasSparkHistoryServerConfig

clearSparkHistoryServerConfig

setSparkHistoryServerConfig

Optional. The Spark History Server configuration for the workload.

Generated from protobuf field .google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var Google\Cloud\Dataproc\V1\SparkHistoryServerConfig
Returns
TypeDescription
$this