target.apidocs.com.google.api.services.dataproc.model.VirtualClusterConfig.html Maven / Gradle / Ivy
The newest version!
VirtualClusterConfig (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc.model
Class VirtualClusterConfig
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataproc.model.VirtualClusterConfig
-
public final class VirtualClusterConfig
extends com.google.api.client.json.GenericJson
The Dataproc cluster config for a cluster that does not directly control the underlying compute
resources, such as a Dataproc-on-GKE cluster
(https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
VirtualClusterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
VirtualClusterConfig
clone()
AuxiliaryServicesConfig
getAuxiliaryServicesConfig()
Optional.
KubernetesClusterConfig
getKubernetesClusterConfig()
Required.
String
getStagingBucket()
Optional.
VirtualClusterConfig
set(String fieldName,
Object value)
VirtualClusterConfig
setAuxiliaryServicesConfig(AuxiliaryServicesConfig auxiliaryServicesConfig)
Optional.
VirtualClusterConfig
setKubernetesClusterConfig(KubernetesClusterConfig kubernetesClusterConfig)
Required.
VirtualClusterConfig
setStagingBucket(String stagingBucket)
Optional.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAuxiliaryServicesConfig
public AuxiliaryServicesConfig getAuxiliaryServicesConfig()
Optional. Configuration of auxiliary services used by this cluster.
- Returns:
- value or
null
for none
-
setAuxiliaryServicesConfig
public VirtualClusterConfig setAuxiliaryServicesConfig(AuxiliaryServicesConfig auxiliaryServicesConfig)
Optional. Configuration of auxiliary services used by this cluster.
- Parameters:
auxiliaryServicesConfig
- auxiliaryServicesConfig or null
for none
-
getKubernetesClusterConfig
public KubernetesClusterConfig getKubernetesClusterConfig()
Required. The configuration for running the Dataproc cluster on Kubernetes.
- Returns:
- value or
null
for none
-
setKubernetesClusterConfig
public VirtualClusterConfig setKubernetesClusterConfig(KubernetesClusterConfig kubernetesClusterConfig)
Required. The configuration for running the Dataproc cluster on Kubernetes.
- Parameters:
kubernetesClusterConfig
- kubernetesClusterConfig or null
for none
-
getStagingBucket
public String getStagingBucket()
Optional. A Cloud 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
(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This
field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Returns:
- value or
null
for none
-
setStagingBucket
public VirtualClusterConfig setStagingBucket(String stagingBucket)
Optional. A Cloud 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
(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This
field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Parameters:
stagingBucket
- stagingBucket or null
for none
-
set
public VirtualClusterConfig set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public VirtualClusterConfig clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy