public interface SparkHistoryServerConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataprocCluster()
public abstract String 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]
string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
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 connection.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataprocCluster. |