public interface RolloutOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RolloutOptions.MaxSurgeCase |
getMaxSurgeCase() |
int |
getMaxSurgePercentage()
Percentage of allowed additional replicas.
|
int |
getMaxSurgeReplicas()
Absolute count of allowed additional replicas.
|
RolloutOptions.MaxUnavailableCase |
getMaxUnavailableCase() |
int |
getMaxUnavailablePercentage()
Percentage of replicas allowed to be unavailable.
|
int |
getMaxUnavailableReplicas()
Absolute count of replicas allowed to be unavailable.
|
String |
getPreviousDeployedModel()
ID of the DeployedModel that this deployment should replace.
|
com.google.protobuf.ByteString |
getPreviousDeployedModelBytes()
ID of the DeployedModel that this deployment should replace.
|
int |
getRevisionNumber()
Output only.
|
boolean |
hasMaxSurgePercentage()
Percentage of allowed additional replicas.
|
boolean |
hasMaxSurgeReplicas()
Absolute count of allowed additional replicas.
|
boolean |
hasMaxUnavailablePercentage()
Percentage of replicas allowed to be unavailable.
|
boolean |
hasMaxUnavailableReplicas()
Absolute count of replicas allowed to be unavailable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxUnavailableReplicas()
Absolute count of replicas allowed to be unavailable.
int32 max_unavailable_replicas = 3;int getMaxUnavailableReplicas()
Absolute count of replicas allowed to be unavailable.
int32 max_unavailable_replicas = 3;boolean hasMaxUnavailablePercentage()
Percentage of replicas allowed to be unavailable. For autoscaling deployments, this refers to the target replica count.
int32 max_unavailable_percentage = 4;int getMaxUnavailablePercentage()
Percentage of replicas allowed to be unavailable. For autoscaling deployments, this refers to the target replica count.
int32 max_unavailable_percentage = 4;boolean hasMaxSurgeReplicas()
Absolute count of allowed additional replicas.
int32 max_surge_replicas = 5;int getMaxSurgeReplicas()
Absolute count of allowed additional replicas.
int32 max_surge_replicas = 5;boolean hasMaxSurgePercentage()
Percentage of allowed additional replicas. For autoscaling deployments, this refers to the target replica count.
int32 max_surge_percentage = 6;int getMaxSurgePercentage()
Percentage of allowed additional replicas. For autoscaling deployments, this refers to the target replica count.
int32 max_surge_percentage = 6;String getPreviousDeployedModel()
ID of the DeployedModel that this deployment should replace.
string previous_deployed_model = 1;com.google.protobuf.ByteString getPreviousDeployedModelBytes()
ID of the DeployedModel that this deployment should replace.
string previous_deployed_model = 1;int getRevisionNumber()
Output only. Read-only. Revision number determines the relative priority of DeployedModels in the same rollout. The DeployedModel with the largest revision number specifies the intended state of the deployment.
int32 revision_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];RolloutOptions.MaxUnavailableCase getMaxUnavailableCase()
RolloutOptions.MaxSurgeCase getMaxSurgeCase()
Copyright © 2025 Google LLC. All rights reserved.