Interface MetadataOrBuilder (1.29.0)

public interface MetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutomation()

public abstract AutomationRolloutMetadata getAutomation()

Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.

.google.cloud.deploy.v1.AutomationRolloutMetadata automation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AutomationRolloutMetadata

The automation.

getAutomationOrBuilder()

public abstract AutomationRolloutMetadataOrBuilder getAutomationOrBuilder()

Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.

.google.cloud.deploy.v1.AutomationRolloutMetadata automation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AutomationRolloutMetadataOrBuilder

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

hasAutomation()

public abstract boolean hasAutomation()

Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.

.google.cloud.deploy.v1.AutomationRolloutMetadata automation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the automation field is set.

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

Whether the cloudRun field is set.