public interface MetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudRun()
public abstract CloudRunMetadata getCloudRun() Output only. The name of the Cloud Run Service that is associated with a
Rollout.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CloudRunMetadata |
The cloudRun. |
getCloudRunOrBuilder()
public abstract CloudRunMetadataOrBuilder getCloudRunOrBuilder() Output only. The name of the Cloud Run Service that is associated with a
Rollout.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CloudRunMetadataOrBuilder |
|
hasCloudRun()
public abstract boolean hasCloudRun() Output only. The name of the Cloud Run Service that is associated with a
Rollout.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudRun field is set. |