public interface MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutomationRolloutMetadata |
getAutomation()
Output only.
|
AutomationRolloutMetadataOrBuilder |
getAutomationOrBuilder()
Output only.
|
CloudRunMetadata |
getCloudRun()
Output only.
|
CloudRunMetadataOrBuilder |
getCloudRunOrBuilder()
Output only.
|
CustomMetadata |
getCustom()
Output only.
|
CustomMetadataOrBuilder |
getCustomOrBuilder()
Output only.
|
boolean |
hasAutomation()
Output only.
|
boolean |
hasCloudRun()
Output only.
|
boolean |
hasCustom()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];
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];
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];
boolean hasCustom()
Output only. Custom metadata provided by user-defined `Rollout` operations.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadata getCustom()
Output only. Custom metadata provided by user-defined `Rollout` operations.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadataOrBuilder getCustomOrBuilder()
Output only. Custom metadata provided by user-defined `Rollout` operations.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.