public static final class RolloutPlanWaveOrchestrationOptionsDelay.Builder extends GeneratedMessage.Builder<RolloutPlanWaveOrchestrationOptionsDelay.Builder> implements RolloutPlanWaveOrchestrationOptionsDelayOrBuilderOptions to control the delay, if any, between batches of projects.
Protobuf type google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RolloutPlanWaveOrchestrationOptionsDelay.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RolloutPlanWaveOrchestrationOptionsDelay build()| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay |
|
buildPartial()
public RolloutPlanWaveOrchestrationOptionsDelay buildPartial()| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay |
|
clear()
public RolloutPlanWaveOrchestrationOptionsDelay.Builder clear()| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
|
clearDelimiter()
public RolloutPlanWaveOrchestrationOptionsDelay.Builder clearDelimiter()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 |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
clearDuration()
public RolloutPlanWaveOrchestrationOptionsDelay.Builder clearDuration()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 |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
clearType()
public RolloutPlanWaveOrchestrationOptionsDelay.Builder clearType()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 |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RolloutPlanWaveOrchestrationOptionsDelay other)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder mergeFrom(RolloutPlanWaveOrchestrationOptionsDelay other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutPlanWaveOrchestrationOptionsDelay |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
|
setDelimiter(String value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setDelimiter(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe delimiter to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
setDelimiterBytes(ByteString value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setDelimiterBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for delimiter to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
setDuration(String value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setDuration(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe duration to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
setDurationBytes(ByteString value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setDurationBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for duration to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
setType(String value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setType(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe type to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public RolloutPlanWaveOrchestrationOptionsDelay.Builder setTypeBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Returns | |
|---|---|
| Type | Description |
RolloutPlanWaveOrchestrationOptionsDelay.Builder |
This builder for chaining. |