Interface RenderMetadataOrBuilder (1.37.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

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the custom field is set.