public static final class QuotaDetails.Builder extends GeneratedMessageV3.Builder<QuotaDetails.Builder> implements QuotaDetailsOrBuilder
The quota details for a map of dimensions.
Protobuf type google.api.cloudquotas.v1.QuotaDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public QuotaDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public QuotaDetails build()
buildPartial()
public QuotaDetails buildPartial()
clear()
public QuotaDetails.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public QuotaDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public QuotaDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRolloutInfo()
public QuotaDetails.Builder clearRolloutInfo()
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
clearValue()
public QuotaDetails.Builder clearValue()
The value currently in effect and being enforced.
int64 value = 1;
clone()
public QuotaDetails.Builder clone()
Overrides
getDefaultInstanceForType()
public QuotaDetails getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRolloutInfo()
public RolloutInfo getRolloutInfo()
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
getRolloutInfoBuilder()
public RolloutInfo.Builder getRolloutInfoBuilder()
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
getRolloutInfoOrBuilder()
public RolloutInfoOrBuilder getRolloutInfoOrBuilder()
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
getValue()
The value currently in effect and being enforced.
int64 value = 1;
Returns |
Type |
Description |
long |
The value.
|
hasRolloutInfo()
public boolean hasRolloutInfo()
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
Returns |
Type |
Description |
boolean |
Whether the rolloutInfo field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(QuotaDetails other)
public QuotaDetails.Builder mergeFrom(QuotaDetails other)
public QuotaDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public QuotaDetails.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeRolloutInfo(RolloutInfo value)
public QuotaDetails.Builder mergeRolloutInfo(RolloutInfo value)
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final QuotaDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public QuotaDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public QuotaDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRolloutInfo(RolloutInfo value)
public QuotaDetails.Builder setRolloutInfo(RolloutInfo value)
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
setRolloutInfo(RolloutInfo.Builder builderForValue)
public QuotaDetails.Builder setRolloutInfo(RolloutInfo.Builder builderForValue)
Rollout information of this quota.
This field is present only if the effective limit will change due to the
ongoing rollout of the service config.
.google.api.cloudquotas.v1.RolloutInfo rollout_info = 3;
setUnknownFields(UnknownFieldSet unknownFields)
public final QuotaDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValue(long value)
public QuotaDetails.Builder setValue(long value)
The value currently in effect and being enforced.
int64 value = 1;
Parameter |
Name |
Description |
value |
long
The value to set.
|