public static final class RolloutInfo.Builder extends GeneratedMessageV3.Builder<RolloutInfo.Builder> implements RolloutInfoOrBuilder
[Output only] Rollout information of a quota.
Protobuf type google.api.cloudquotas.v1.RolloutInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RolloutInfo.BuilderImplements
RolloutInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RolloutInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public RolloutInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RolloutInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
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. |
clone()
public RolloutInfo.Builder clone()
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
getDefaultInstanceForType()
public RolloutInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RolloutInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public RolloutInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RolloutInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RolloutInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RolloutInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RolloutInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RolloutInfo.Builder |