Interface RolloutPlanWaveOrchestrationOptionsOrBuilder (1.105.0)

public interface RolloutPlanWaveOrchestrationOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDelays(int index)

public abstract RolloutPlanWaveOrchestrationOptionsDelay getDelays(int index)

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

repeated .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay delays = 275150672;

Parameter
Name Description
index int
Returns
Type Description
RolloutPlanWaveOrchestrationOptionsDelay

getDelaysCount()

public abstract int getDelaysCount()

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

repeated .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay delays = 275150672;

Returns
Type Description
int

getDelaysList()

public abstract List<RolloutPlanWaveOrchestrationOptionsDelay> getDelaysList()

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

repeated .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay delays = 275150672;

Returns
Type Description
List<RolloutPlanWaveOrchestrationOptionsDelay>

getDelaysOrBuilder(int index)

public abstract RolloutPlanWaveOrchestrationOptionsDelayOrBuilder getDelaysOrBuilder(int index)

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

repeated .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay delays = 275150672;

Parameter
Name Description
index int
Returns
Type Description
RolloutPlanWaveOrchestrationOptionsDelayOrBuilder

getDelaysOrBuilderList()

public abstract List<? extends RolloutPlanWaveOrchestrationOptionsDelayOrBuilder> getDelaysOrBuilderList()

Optional. Delays, if any, to be added between batches of projects. We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

repeated .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay delays = 275150672;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelayOrBuilder>

getMaxConcurrentLocations()

public abstract long getMaxConcurrentLocations()

Optional. Maximum number of locations to be orchestrated in parallel.

optional int64 max_concurrent_locations = 493763281;

Returns
Type Description
long

The maxConcurrentLocations.

getMaxConcurrentResourcesPerLocation()

public abstract long getMaxConcurrentResourcesPerLocation()

Optional. Maximum number of resources to be orchestrated per location in parallel.

optional int64 max_concurrent_resources_per_location = 178401246;

Returns
Type Description
long

The maxConcurrentResourcesPerLocation.

hasMaxConcurrentLocations()

public abstract boolean hasMaxConcurrentLocations()

Optional. Maximum number of locations to be orchestrated in parallel.

optional int64 max_concurrent_locations = 493763281;

Returns
Type Description
boolean

Whether the maxConcurrentLocations field is set.

hasMaxConcurrentResourcesPerLocation()

public abstract boolean hasMaxConcurrentResourcesPerLocation()

Optional. Maximum number of resources to be orchestrated per location in parallel.

optional int64 max_concurrent_resources_per_location = 178401246;

Returns
Type Description
boolean

Whether the maxConcurrentResourcesPerLocation field is set.