Class RolloutInfo.Builder (0.51.0)

public static final class RolloutInfo.Builder extends GeneratedMessage.Builder<RolloutInfo.Builder> implements RolloutInfoOrBuilder

[Output only] Rollout information of a quota.

Protobuf type google.api.cloudquotas.v1beta.RolloutInfo

Static Methods

getDescriptor()

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

Methods

build()

public RolloutInfo build()
Returns
Type Description
RolloutInfo

buildPartial()

public RolloutInfo buildPartial()
Returns
Type Description
RolloutInfo

clear()

public RolloutInfo.Builder clear()
Returns
Type Description
RolloutInfo.Builder
Overrides

clearOngoingRollout()

public RolloutInfo.Builder clearOngoingRollout()

Whether there is an ongoing rollout for a quota or not.

bool ongoing_rollout = 1;

Returns
Type Description
RolloutInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public RolloutInfo getDefaultInstanceForType()
Returns
Type Description
RolloutInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOngoingRollout()

public boolean getOngoingRollout()

Whether there is an ongoing rollout for a quota or not.

bool ongoing_rollout = 1;

Returns
Type Description
boolean

The ongoingRollout.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RolloutInfo other)

public RolloutInfo.Builder mergeFrom(RolloutInfo other)
Parameter
Name Description
other RolloutInfo
Returns
Type Description
RolloutInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RolloutInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RolloutInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RolloutInfo.Builder
Overrides

setOngoingRollout(boolean value)

public RolloutInfo.Builder setOngoingRollout(boolean value)

Whether there is an ongoing rollout for a quota or not.

bool ongoing_rollout = 1;

Parameter
Name Description
value boolean

The ongoingRollout to set.

Returns
Type Description
RolloutInfo.Builder

This builder for chaining.