public interface QuotaDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRolloutInfo()
public abstract 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;
Returns | |
---|---|
Type | Description |
RolloutInfo |
The rolloutInfo. |
getRolloutInfoOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
RolloutInfoOrBuilder |
getValue()
public abstract long getValue()
The value currently in effect and being enforced.
int64 value = 1;
Returns | |
---|---|
Type | Description |
long |
The value. |
hasRolloutInfo()
public abstract 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. |