public interface StandardOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Postdeploy |
getPostdeploy()
Optional.
|
PostdeployOrBuilder |
getPostdeployOrBuilder()
Optional.
|
Predeploy |
getPredeploy()
Optional.
|
PredeployOrBuilder |
getPredeployOrBuilder()
Optional.
|
boolean |
getVerify()
Whether to verify a deployment.
|
boolean |
hasPostdeploy()
Optional.
|
boolean |
hasPredeploy()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getVerify()
Whether to verify a deployment.
bool verify = 1;boolean hasPredeploy()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
Predeploy getPredeploy()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
PredeployOrBuilder getPredeployOrBuilder()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasPostdeploy()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
Postdeploy getPostdeploy()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
PostdeployOrBuilder getPostdeployOrBuilder()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.