public interface RuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudRunConfig |
getCloudRun()
Cloud Run runtime configuration.
|
CloudRunConfigOrBuilder |
getCloudRunOrBuilder()
Cloud Run runtime configuration.
|
KubernetesConfig |
getKubernetes()
Kubernetes runtime configuration.
|
KubernetesConfigOrBuilder |
getKubernetesOrBuilder()
Kubernetes runtime configuration.
|
RuntimeConfig.RuntimeConfigCase |
getRuntimeConfigCase() |
boolean |
hasCloudRun()
Cloud Run runtime configuration.
|
boolean |
hasKubernetes()
Kubernetes runtime configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKubernetes()
Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1;KubernetesConfig getKubernetes()
Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1;KubernetesConfigOrBuilder getKubernetesOrBuilder()
Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1;boolean hasCloudRun()
Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2;CloudRunConfig getCloudRun()
Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2;CloudRunConfigOrBuilder getCloudRunOrBuilder()
Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2;RuntimeConfig.RuntimeConfigCase getRuntimeConfigCase()
Copyright © 2024 Google LLC. All rights reserved.