public interface DeploymentJobsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getDeployJob()
Output only.
|
JobOrBuilder |
getDeployJobOrBuilder()
Output only.
|
Job |
getPostdeployJob()
Output only.
|
JobOrBuilder |
getPostdeployJobOrBuilder()
Output only.
|
Job |
getPredeployJob()
Output only.
|
JobOrBuilder |
getPredeployJobOrBuilder()
Output only.
|
Job |
getVerifyJob()
Output only.
|
JobOrBuilder |
getVerifyJobOrBuilder()
Output only.
|
boolean |
hasDeployJob()
Output only.
|
boolean |
hasPostdeployJob()
Output only.
|
boolean |
hasPredeployJob()
Output only.
|
boolean |
hasVerifyJob()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeployJob()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job getDeployJob()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobOrBuilder getDeployJobOrBuilder()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasVerifyJob()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job getVerifyJob()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobOrBuilder getVerifyJobOrBuilder()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPredeployJob()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job getPredeployJob()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobOrBuilder getPredeployJobOrBuilder()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPostdeployJob()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job getPostdeployJob()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobOrBuilder getPostdeployJobOrBuilder()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.