Reference documentation and code samples for the Google Cloud Dataproc V1 Client class VirtualClusterConfig.
Dataproc cluster config for a cluster that does not directly control the underlying compute resources, such as a Dataproc-on-GKE cluster .
Generated from protobuf message google.cloud.dataproc.v1.VirtualClusterConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ staging_bucket
string
Optional. A Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets
). This field requires a Cloud Storage bucket name, not a gs://...
URI to a Cloud Storage bucket.
↳ kubernetes_cluster_config
Google\Cloud\Dataproc\V1\KubernetesClusterConfig
Required. The configuration for running the Dataproc cluster on Kubernetes.
↳ auxiliary_services_config
Google\Cloud\Dataproc\V1\AuxiliaryServicesConfig
Optional. Configuration of auxiliary services used by this cluster.
getStagingBucket
Optional. A Storage bucket used to stage job dependencies, config files, and job driver console output.
If you do not specify a staging bucket, Cloud
Dataproc will determine a Cloud Storage location (US,
ASIA, or EU) for your cluster's staging bucket according to the
Compute Engine zone where your cluster is deployed, and then create
and manage this project-level, per-location bucket (see Dataproc staging and temp
buckets
). This field requires a Cloud Storage bucket name, not a gs://...
URI to
a Cloud Storage bucket.
Generated from protobuf field string staging_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
string
setStagingBucket
Optional. A Storage bucket used to stage job dependencies, config files, and job driver console output.
If you do not specify a staging bucket, Cloud
Dataproc will determine a Cloud Storage location (US,
ASIA, or EU) for your cluster's staging bucket according to the
Compute Engine zone where your cluster is deployed, and then create
and manage this project-level, per-location bucket (see Dataproc staging and temp
buckets
). This field requires a Cloud Storage bucket name, not a gs://...
URI to
a Cloud Storage bucket.
Generated from protobuf field string staging_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this
getKubernetesClusterConfig
Required. The configuration for running the Dataproc cluster on Kubernetes.
Generated from protobuf field .google.cloud.dataproc.v1.KubernetesClusterConfig kubernetes_cluster_config = 6 [(.google.api.field_behavior) = REQUIRED];
hasKubernetesClusterConfig
setKubernetesClusterConfig
Required. The configuration for running the Dataproc cluster on Kubernetes.
Generated from protobuf field .google.cloud.dataproc.v1.KubernetesClusterConfig kubernetes_cluster_config = 6 [(.google.api.field_behavior) = REQUIRED];
$this
getAuxiliaryServicesConfig
Optional. Configuration of auxiliary services used by this cluster.
Generated from protobuf field .google.cloud.dataproc.v1.AuxiliaryServicesConfig auxiliary_services_config = 7 [(.google.api.field_behavior) = OPTIONAL];
hasAuxiliaryServicesConfig
clearAuxiliaryServicesConfig
setAuxiliaryServicesConfig
Optional. Configuration of auxiliary services used by this cluster.
Generated from protobuf field .google.cloud.dataproc.v1.AuxiliaryServicesConfig auxiliary_services_config = 7 [(.google.api.field_behavior) = OPTIONAL];
$this
getInfrastructureConfig
string