Class RolloutPlanWaveOrchestrationOptions (1.105.0)

public final class RolloutPlanWaveOrchestrationOptions extends GeneratedMessage implements RolloutPlanWaveOrchestrationOptionsOrBuilder

Options to control the pace of orchestration of a wave. These options are required only if the resource being rolled out follows the Orchestrated pattern.

Protobuf type google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptions

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RolloutPlanWaveOrchestrationOptions

Static Fields

DELAYS_FIELD_NUMBER

public static final int DELAYS_FIELD_NUMBER
Field Value
Type Description
int

MAX_CONCURRENT_LOCATIONS_FIELD_NUMBER

public static final int MAX_CONCURRENT_LOCATIONS_FIELD_NUMBER
Field Value
Type Description
int

MAX_CONCURRENT_RESOURCES_PER_LOCATION_FIELD_NUMBER

public static final int MAX_CONCURRENT_RESOURCES_PER_LOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RolloutPlanWaveOrchestrationOptions getDefaultInstance()
Returns
Type Description
RolloutPlanWaveOrchestrationOptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RolloutPlanWaveOrchestrationOptions.Builder newBuilder()
Returns
Type Description
RolloutPlanWaveOrchestrationOptions.Builder

newBuilder(RolloutPlanWaveOrchestrationOptions prototype)

public static RolloutPlanWaveOrchestrationOptions.Builder newBuilder(RolloutPlanWaveOrchestrationOptions prototype)
Parameter
Name Description
prototype RolloutPlanWaveOrchestrationOptions
Returns
Type Description
RolloutPlanWaveOrchestrationOptions.Builder

parseDelimitedFrom(InputStream input)

public static RolloutPlanWaveOrchestrationOptions parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RolloutPlanWaveOrchestrationOptions parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RolloutPlanWaveOrchestrationOptions parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RolloutPlanWaveOrchestrationOptions parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RolloutPlanWaveOrchestrationOptions parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RolloutPlanWaveOrchestrationOptions parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RolloutPlanWaveOrchestrationOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutPlanWaveOrchestrationOptions
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RolloutPlanWaveOrchestrationOptions> parser()
Returns
Type Description
Parser<RolloutPlanWaveOrchestrationOptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RolloutPlanWaveOrchestrationOptions getDefaultInstanceForType()
Returns
Type Description
RolloutPlanWaveOrchestrationOptions

getDelays(int index)

public 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 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 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 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 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 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 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.

getParserForType()

public Parser<RolloutPlanWaveOrchestrationOptions> getParserForType()
Returns
Type Description
Parser<RolloutPlanWaveOrchestrationOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasMaxConcurrentLocations()

public 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RolloutPlanWaveOrchestrationOptions.Builder newBuilderForType()
Returns
Type Description
RolloutPlanWaveOrchestrationOptions.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected RolloutPlanWaveOrchestrationOptions.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RolloutPlanWaveOrchestrationOptions.Builder
Overrides

toBuilder()

public RolloutPlanWaveOrchestrationOptions.Builder toBuilder()
Returns
Type Description
RolloutPlanWaveOrchestrationOptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException