public interface DeployJobRunMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudRunMetadata |
getCloudRun()
Output only.
|
CloudRunMetadataOrBuilder |
getCloudRunOrBuilder()
Output only.
|
CustomMetadata |
getCustom()
Output only.
|
CustomMetadataOrBuilder |
getCustomOrBuilder()
Output only.
|
CustomTargetDeployMetadata |
getCustomTarget()
Output only.
|
CustomTargetDeployMetadataOrBuilder |
getCustomTargetOrBuilder()
Output only.
|
boolean |
hasCloudRun()
Output only.
|
boolean |
hasCustom()
Output only.
|
boolean |
hasCustomTarget()
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 `DeployJobRun`.
.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 `DeployJobRun`.
.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 `DeployJobRun`.
.google.cloud.deploy.v1.CloudRunMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCustomTarget()
Output only. Custom Target metadata associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomTargetDeployMetadata getCustomTarget()
Output only. Custom Target metadata associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomTargetDeployMetadataOrBuilder getCustomTargetOrBuilder()
Output only. Custom Target metadata associated with a `DeployJobRun`.
.google.cloud.deploy.v1.CustomTargetDeployMetadata custom_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCustom()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadata getCustom()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadataOrBuilder getCustomOrBuilder()
Output only. Custom metadata provided by user-defined deploy operation.
.google.cloud.deploy.v1.CustomMetadata custom = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.