Uses of Class
com.google.cloud.deploy.v1.KubernetesConfig
-
Packages that use KubernetesConfig Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of KubernetesConfig in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return KubernetesConfig Modifier and Type Method Description KubernetesConfig
KubernetesConfig.Builder. build()
KubernetesConfig
KubernetesConfig.Builder. buildPartial()
static KubernetesConfig
KubernetesConfig. getDefaultInstance()
KubernetesConfig
KubernetesConfig.Builder. getDefaultInstanceForType()
KubernetesConfig
KubernetesConfig. getDefaultInstanceForType()
KubernetesConfig
RuntimeConfig.Builder. getKubernetes()
Kubernetes runtime configuration.KubernetesConfig
RuntimeConfig. getKubernetes()
Kubernetes runtime configuration.KubernetesConfig
RuntimeConfigOrBuilder. getKubernetes()
Kubernetes runtime configuration.static KubernetesConfig
KubernetesConfig. parseDelimitedFrom(InputStream input)
static KubernetesConfig
KubernetesConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig
KubernetesConfig. parseFrom(byte[] data)
static KubernetesConfig
KubernetesConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig
KubernetesConfig. parseFrom(com.google.protobuf.ByteString data)
static KubernetesConfig
KubernetesConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig
KubernetesConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static KubernetesConfig
KubernetesConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig
KubernetesConfig. parseFrom(InputStream input)
static KubernetesConfig
KubernetesConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig
KubernetesConfig. parseFrom(ByteBuffer data)
static KubernetesConfig
KubernetesConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type KubernetesConfig Modifier and Type Method Description com.google.protobuf.Parser<KubernetesConfig>
KubernetesConfig. getParserForType()
static com.google.protobuf.Parser<KubernetesConfig>
KubernetesConfig. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type KubernetesConfig Modifier and Type Method Description KubernetesConfig.Builder
KubernetesConfig.Builder. mergeFrom(KubernetesConfig other)
RuntimeConfig.Builder
RuntimeConfig.Builder. mergeKubernetes(KubernetesConfig value)
Kubernetes runtime configuration.static KubernetesConfig.Builder
KubernetesConfig. newBuilder(KubernetesConfig prototype)
RuntimeConfig.Builder
RuntimeConfig.Builder. setKubernetes(KubernetesConfig value)
Kubernetes runtime configuration.
-