public interface RuntimeConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudRun()
public abstract CloudRunConfig getCloudRun()
Optional. Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CloudRunConfig |
The cloudRun. |
getCloudRunOrBuilder()
public abstract CloudRunConfigOrBuilder getCloudRunOrBuilder()
Optional. Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CloudRunConfigOrBuilder |
getKubernetes()
public abstract KubernetesConfig getKubernetes()
Optional. Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
KubernetesConfig |
The kubernetes. |
getKubernetesOrBuilder()
public abstract KubernetesConfigOrBuilder getKubernetesOrBuilder()
Optional. Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
KubernetesConfigOrBuilder |
getRuntimeConfigCase()
public abstract RuntimeConfig.RuntimeConfigCase getRuntimeConfigCase()
Returns | |
---|---|
Type | Description |
RuntimeConfig.RuntimeConfigCase |
hasCloudRun()
public abstract boolean hasCloudRun()
Optional. Cloud Run runtime configuration.
.google.cloud.deploy.v1.CloudRunConfig cloud_run = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudRun field is set. |
hasKubernetes()
public abstract boolean hasKubernetes()
Optional. Kubernetes runtime configuration.
.google.cloud.deploy.v1.KubernetesConfig kubernetes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the kubernetes field is set. |