Google BigQuery Connection V1 Client - Class SparkHistoryServerConfig (1.5.0)

Reference documentation and code samples for the Google BigQuery Connection V1 Client class SparkHistoryServerConfig.

Configuration of the Spark History Server.

Generated from protobuf message google.cloud.bigquery.connection.v1.SparkHistoryServerConfig

Namespace

Google \ Cloud \ BigQuery \ Connection \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataproc_cluster string

Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection. Example: * projects/[project_id]/regions/[region]/clusters/[cluster_name]

getDataprocCluster

Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection.

Example:

  • projects/[project_id]/regions/[region]/clusters/[cluster_name]
Returns
TypeDescription
string

setDataprocCluster

Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection.

Example:

  • projects/[project_id]/regions/[region]/clusters/[cluster_name]
Parameter
NameDescription
var string
Returns
TypeDescription
$this