Interface RenderMetadataOrBuilder (1.16.0)

public interface RenderMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudRun()

public abstract CloudRunRenderMetadata getCloudRun()

Output only. Metadata associated with rendering for Cloud Run.

.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CloudRunRenderMetadata

The cloudRun.

getCloudRunOrBuilder()

public abstract CloudRunRenderMetadataOrBuilder getCloudRunOrBuilder()

Output only. Metadata associated with rendering for Cloud Run.

.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CloudRunRenderMetadataOrBuilder

hasCloudRun()

public abstract boolean hasCloudRun()

Output only. Metadata associated with rendering for Cloud Run.

.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the cloudRun field is set.