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.
| Parameters | |
|---|---|
| Name | Description |
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 |
↳ 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];
| Returns | |
|---|---|
| Type | Description |
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];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataproc\V1\KubernetesClusterConfig|null |
|
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];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataproc\V1\KubernetesClusterConfig
|
| Returns | |
|---|---|
| Type | Description |
$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];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataproc\V1\AuxiliaryServicesConfig|null |
|
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];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataproc\V1\AuxiliaryServicesConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInfrastructureConfig
| Returns | |
|---|---|
| Type | Description |
string |
|