public interface QuotaDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RolloutInfo |
getRolloutInfo()
Rollout information of this quota.
|
RolloutInfoOrBuilder |
getRolloutInfoOrBuilder()
Rollout information of this quota.
|
long |
getValue()
The value currently in effect and being enforced.
|
boolean |
hasRolloutInfo()
Rollout information of this quota.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getValue()
The value currently in effect and being enforced.
int64 value = 1;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.v1beta.RolloutInfo rollout_info = 3;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.v1beta.RolloutInfo rollout_info = 3;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.v1beta.RolloutInfo rollout_info = 3;Copyright © 2025 Google LLC. All rights reserved.