Interface RenderMetadataOrBuilder (1.42.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
Type Description
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
Type Description
CloudRunRenderMetadataOrBuilder

getCustom()

public abstract CustomMetadata getCustom()

Output only. Custom metadata provided by user-defined render operation.

.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CustomMetadata

The custom.

getCustomOrBuilder()

public abstract CustomMetadataOrBuilder getCustomOrBuilder()

Output only. Custom metadata provided by user-defined render operation.

.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CustomMetadataOrBuilder

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
Type Description
boolean

Whether the cloudRun field is set.

hasCustom()

public abstract boolean hasCustom()

Output only. Custom metadata provided by user-defined render operation.

.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the custom field is set.