Package com.google.cloud.dataproc.v1
Interface SparkHistoryServerConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SparkHistoryServerConfig
,SparkHistoryServerConfig.Builder
public interface SparkHistoryServerConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataprocCluster()
Optional.com.google.protobuf.ByteString
getDataprocClusterBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataprocCluster
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:
- The dataprocCluster.
-
getDataprocClusterBytes
com.google.protobuf.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:
- The bytes for dataprocCluster.
-
-