Uses of Class
com.google.cloud.dataproc.v1.VirtualClusterConfig.InfrastructureConfigCase
-
Packages that use VirtualClusterConfig.InfrastructureConfigCase Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of VirtualClusterConfig.InfrastructureConfigCase in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return VirtualClusterConfig.InfrastructureConfigCase Modifier and Type Method Description static VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfig.InfrastructureConfigCase. forNumber(int value)
VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfig.Builder. getInfrastructureConfigCase()
VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfig. getInfrastructureConfigCase()
VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfigOrBuilder. getInfrastructureConfigCase()
static VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfig.InfrastructureConfigCase. valueOf(int value)
Deprecated.static VirtualClusterConfig.InfrastructureConfigCase
VirtualClusterConfig.InfrastructureConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static VirtualClusterConfig.InfrastructureConfigCase[]
VirtualClusterConfig.InfrastructureConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-