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