public static interface CustomCanaryDeployment.PhaseConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPercentage()
Required.
|
String |
getPhaseId()
Required.
|
com.google.protobuf.ByteString |
getPhaseIdBytes()
Required.
|
Postdeploy |
getPostdeploy()
Optional.
|
PostdeployOrBuilder |
getPostdeployOrBuilder()
Optional.
|
Predeploy |
getPredeploy()
Optional.
|
PredeployOrBuilder |
getPredeployOrBuilder()
Optional.
|
String |
getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this phase.
|
com.google.protobuf.ByteString |
getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this phase.
|
int |
getProfilesCount()
Skaffold profiles to use when rendering the manifest for this phase.
|
List<String> |
getProfilesList()
Skaffold profiles to use when rendering the manifest for this phase.
|
boolean |
getVerify()
Whether to run verify tests after the deployment.
|
boolean |
hasPostdeploy()
Optional.
|
boolean |
hasPredeploy()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPhaseId()
Required. The ID to assign to the `Rollout` phase.
This value must consist of lower-case letters, numbers, and hyphens,
start with a letter and end with a letter or a number, and have a max
length of 63 characters. In other words, it must match the following
regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
string phase_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPhaseIdBytes()
Required. The ID to assign to the `Rollout` phase.
This value must consist of lower-case letters, numbers, and hyphens,
start with a letter and end with a letter or a number, and have a max
length of 63 characters. In other words, it must match the following
regex: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
string phase_id = 1 [(.google.api.field_behavior) = REQUIRED];int getPercentage()
Required. Percentage deployment for the phase.
int32 percentage = 2 [(.google.api.field_behavior) = REQUIRED];List<String> getProfilesList()
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;int getProfilesCount()
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;String getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;index - The index of the element to return.com.google.protobuf.ByteString getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the `DeliveryPipeline` stage.
repeated string profiles = 3;index - The index of the value to return.boolean getVerify()
Whether to run verify tests after the deployment.
bool verify = 4;boolean hasPredeploy()
Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
.google.cloud.deploy.v1.Predeploy predeploy = 5 [(.google.api.field_behavior) = OPTIONAL];
Predeploy getPredeploy()
Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
.google.cloud.deploy.v1.Predeploy predeploy = 5 [(.google.api.field_behavior) = OPTIONAL];
PredeployOrBuilder getPredeployOrBuilder()
Optional. Configuration for the predeploy job of this phase. If this is not configured, there will be no predeploy job for this phase.
.google.cloud.deploy.v1.Predeploy predeploy = 5 [(.google.api.field_behavior) = OPTIONAL];
boolean hasPostdeploy()
Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
.google.cloud.deploy.v1.Postdeploy postdeploy = 6 [(.google.api.field_behavior) = OPTIONAL];
Postdeploy getPostdeploy()
Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
.google.cloud.deploy.v1.Postdeploy postdeploy = 6 [(.google.api.field_behavior) = OPTIONAL];
PostdeployOrBuilder getPostdeployOrBuilder()
Optional. Configuration for the postdeploy job of this phase. If this is not configured, there will be no postdeploy job for this phase.
.google.cloud.deploy.v1.Postdeploy postdeploy = 6 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.