Uses of Class
com.google.cloud.dataproc.v1.GkeClusterConfig
-
Packages that use GkeClusterConfig Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of GkeClusterConfig in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return GkeClusterConfig Modifier and Type Method Description GkeClusterConfig
GkeClusterConfig.Builder. build()
GkeClusterConfig
GkeClusterConfig.Builder. buildPartial()
static GkeClusterConfig
GkeClusterConfig. getDefaultInstance()
GkeClusterConfig
GkeClusterConfig.Builder. getDefaultInstanceForType()
GkeClusterConfig
GkeClusterConfig. getDefaultInstanceForType()
GkeClusterConfig
KubernetesClusterConfig.Builder. getGkeClusterConfig()
Required.GkeClusterConfig
KubernetesClusterConfig. getGkeClusterConfig()
Required.GkeClusterConfig
KubernetesClusterConfigOrBuilder. getGkeClusterConfig()
Required.static GkeClusterConfig
GkeClusterConfig. parseDelimitedFrom(InputStream input)
static GkeClusterConfig
GkeClusterConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GkeClusterConfig
GkeClusterConfig. parseFrom(byte[] data)
static GkeClusterConfig
GkeClusterConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GkeClusterConfig
GkeClusterConfig. parseFrom(com.google.protobuf.ByteString data)
static GkeClusterConfig
GkeClusterConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GkeClusterConfig
GkeClusterConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static GkeClusterConfig
GkeClusterConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GkeClusterConfig
GkeClusterConfig. parseFrom(InputStream input)
static GkeClusterConfig
GkeClusterConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GkeClusterConfig
GkeClusterConfig. parseFrom(ByteBuffer data)
static GkeClusterConfig
GkeClusterConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type GkeClusterConfig Modifier and Type Method Description com.google.protobuf.Parser<GkeClusterConfig>
GkeClusterConfig. getParserForType()
static com.google.protobuf.Parser<GkeClusterConfig>
GkeClusterConfig. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type GkeClusterConfig Modifier and Type Method Description GkeClusterConfig.Builder
GkeClusterConfig.Builder. mergeFrom(GkeClusterConfig other)
KubernetesClusterConfig.Builder
KubernetesClusterConfig.Builder. mergeGkeClusterConfig(GkeClusterConfig value)
Required.static GkeClusterConfig.Builder
GkeClusterConfig. newBuilder(GkeClusterConfig prototype)
KubernetesClusterConfig.Builder
KubernetesClusterConfig.Builder. setGkeClusterConfig(GkeClusterConfig value)
Required.
-