public interface StrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Canary |
getCanary()
Canary deployment strategy provides progressive percentage based
deployments to a Target.
|
CanaryOrBuilder |
getCanaryOrBuilder()
Canary deployment strategy provides progressive percentage based
deployments to a Target.
|
Strategy.DeploymentStrategyCase |
getDeploymentStrategyCase() |
Standard |
getStandard()
Standard deployment strategy executes a single deploy and allows
verifying the deployment.
|
StandardOrBuilder |
getStandardOrBuilder()
Standard deployment strategy executes a single deploy and allows
verifying the deployment.
|
boolean |
hasCanary()
Canary deployment strategy provides progressive percentage based
deployments to a Target.
|
boolean |
hasStandard()
Standard deployment strategy executes a single deploy and allows
verifying the deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.cloud.deploy.v1.Standard standard = 1;Standard getStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.cloud.deploy.v1.Standard standard = 1;StandardOrBuilder getStandardOrBuilder()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.cloud.deploy.v1.Standard standard = 1;boolean hasCanary()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.cloud.deploy.v1.Canary canary = 2;Canary getCanary()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.cloud.deploy.v1.Canary canary = 2;CanaryOrBuilder getCanaryOrBuilder()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.cloud.deploy.v1.Canary canary = 2;Strategy.DeploymentStrategyCase getDeploymentStrategyCase()
Copyright © 2024 Google LLC. All rights reserved.