Interface SparkHistoryServerConfigOrBuilder (3.1.1)

public interface SparkHistoryServerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataprocCluster()

public abstract String getDataprocCluster()

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

  • projects/[project_id]/regions/[region]/clusters/[cluster_name]

string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The dataprocCluster.

getDataprocClusterBytes()

public abstract ByteString getDataprocClusterBytes()

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

  • projects/[project_id]/regions/[region]/clusters/[cluster_name]

string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for dataprocCluster.