Class RolloutPlanWave (1.105.0)

public final class RolloutPlanWave extends GeneratedMessage implements RolloutPlanWaveOrBuilder

A single wave in a rollout plan.

Protobuf type google.cloud.compute.v1.RolloutPlanWave

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

NUMBER_FIELD_NUMBER

public static final int NUMBER_FIELD_NUMBER
Field Value
Type Description
int

ORCHESTRATION_OPTIONS_FIELD_NUMBER

public static final int ORCHESTRATION_OPTIONS_FIELD_NUMBER
Field Value
Type Description
int

SELECTORS_FIELD_NUMBER

public static final int SELECTORS_FIELD_NUMBER
Field Value
Type Description
int

VALIDATION_FIELD_NUMBER

public static final int VALIDATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RolloutPlanWave getDefaultInstance()
Returns
Type Description
RolloutPlanWave

getDescriptor()

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

newBuilder()

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

newBuilder(RolloutPlanWave prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RolloutPlanWave getDefaultInstanceForType()
Returns
Type Description
RolloutPlanWave

getDisplayName()

public String getDisplayName()

Optional. The display name of this wave of the rollout plan.

optional string display_name = 4473832;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Optional. The display name of this wave of the rollout plan.

optional string display_name = 4473832;

Returns
Type Description
ByteString

The bytes for displayName.

getNumber()

public long getNumber()

Output only. The wave number.

optional int64 number = 39377737;

Returns
Type Description
long

The number.

getOrchestrationOptions()

public RolloutPlanWaveOrchestrationOptions getOrchestrationOptions()

Optional. The orchestration options for this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptions orchestration_options = 93218464;

Returns
Type Description
RolloutPlanWaveOrchestrationOptions

The orchestrationOptions.

getOrchestrationOptionsOrBuilder()

public RolloutPlanWaveOrchestrationOptionsOrBuilder getOrchestrationOptionsOrBuilder()

Optional. The orchestration options for this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptions orchestration_options = 93218464;

Returns
Type Description
RolloutPlanWaveOrchestrationOptionsOrBuilder

getParserForType()

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

getSelectors(int index)

public RolloutPlanWaveSelector getSelectors(int index)

Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of all the specified selectors to be in scope for the wave.

repeated .google.cloud.compute.v1.RolloutPlanWaveSelector selectors = 431523956;

Parameter
Name Description
index int
Returns
Type Description
RolloutPlanWaveSelector

getSelectorsCount()

public int getSelectorsCount()

Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of all the specified selectors to be in scope for the wave.

repeated .google.cloud.compute.v1.RolloutPlanWaveSelector selectors = 431523956;

Returns
Type Description
int

getSelectorsList()

public List<RolloutPlanWaveSelector> getSelectorsList()

Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of all the specified selectors to be in scope for the wave.

repeated .google.cloud.compute.v1.RolloutPlanWaveSelector selectors = 431523956;

Returns
Type Description
List<RolloutPlanWaveSelector>

getSelectorsOrBuilder(int index)

public RolloutPlanWaveSelectorOrBuilder getSelectorsOrBuilder(int index)

Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of all the specified selectors to be in scope for the wave.

repeated .google.cloud.compute.v1.RolloutPlanWaveSelector selectors = 431523956;

Parameter
Name Description
index int
Returns
Type Description
RolloutPlanWaveSelectorOrBuilder

getSelectorsOrBuilderList()

public List<? extends RolloutPlanWaveSelectorOrBuilder> getSelectorsOrBuilderList()

Required. The selectors for this wave. There is a logical AND between each selector defined in a wave, so a resource must satisfy the criteria of all the specified selectors to be in scope for the wave.

repeated .google.cloud.compute.v1.RolloutPlanWaveSelector selectors = 431523956;

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValidation()

public RolloutPlanWaveValidation getValidation()

Required. The validation to be performed at the end of this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveValidation validation = 493308025;

Returns
Type Description
RolloutPlanWaveValidation

The validation.

getValidationOrBuilder()

public RolloutPlanWaveValidationOrBuilder getValidationOrBuilder()

Required. The validation to be performed at the end of this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveValidation validation = 493308025;

Returns
Type Description
RolloutPlanWaveValidationOrBuilder

hasDisplayName()

public boolean hasDisplayName()

Optional. The display name of this wave of the rollout plan.

optional string display_name = 4473832;

Returns
Type Description
boolean

Whether the displayName field is set.

hasNumber()

public boolean hasNumber()

Output only. The wave number.

optional int64 number = 39377737;

Returns
Type Description
boolean

Whether the number field is set.

hasOrchestrationOptions()

public boolean hasOrchestrationOptions()

Optional. The orchestration options for this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptions orchestration_options = 93218464;

Returns
Type Description
boolean

Whether the orchestrationOptions field is set.

hasValidation()

public boolean hasValidation()

Required. The validation to be performed at the end of this wave.

optional .google.cloud.compute.v1.RolloutPlanWaveValidation validation = 493308025;

Returns
Type Description
boolean

Whether the validation 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 RolloutPlanWave.Builder newBuilderForType()
Returns
Type Description
RolloutPlanWave.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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