Class RolloutPlanWaveOrchestrationOptionsDelay (1.105.0)

public final class RolloutPlanWaveOrchestrationOptionsDelay extends GeneratedMessage implements RolloutPlanWaveOrchestrationOptionsDelayOrBuilder

Options to control the delay, if any, between batches of projects.

Protobuf type google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay

Inheritance

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

Static Fields

DELIMITER_FIELD_NUMBER

public static final int DELIMITER_FIELD_NUMBER
Field Value
Type Description
int

DURATION_FIELD_NUMBER

public static final int DURATION_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RolloutPlanWaveOrchestrationOptionsDelay getDefaultInstance()
Returns
Type Description
RolloutPlanWaveOrchestrationOptionsDelay

getDescriptor()

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

newBuilder()

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

newBuilder(RolloutPlanWaveOrchestrationOptionsDelay prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RolloutPlanWaveOrchestrationOptionsDelay getDefaultInstanceForType()
Returns
Type Description
RolloutPlanWaveOrchestrationOptionsDelay

getDelimiter()

public String getDelimiter()

Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
String

The delimiter.

getDelimiterBytes()

public ByteString getDelimiterBytes()

Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
ByteString

The bytes for delimiter.

getDuration()

public String getDuration()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
String

The duration.

getDurationBytes()

public ByteString getDurationBytes()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
ByteString

The bytes for duration.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public String getType()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasDelimiter()

public boolean hasDelimiter()

Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
boolean

Whether the delimiter field is set.

hasDuration()

public boolean hasDuration()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
boolean

Whether the duration field is set.

hasType()

public boolean hasType()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
boolean

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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