proto_docs/google/api/cloudquotas/v1/resources.rb in google-cloud-cloud_quotas-v1-1.0.1 vs proto_docs/google/api/cloudquotas/v1/resources.rb in google-cloud-cloud_quotas-v1-1.1.0
- old
+ new
@@ -126,9 +126,15 @@
INELIGIBILITY_REASON_UNSPECIFIED = 0
# The container is not linked with a valid billing account.
NO_VALID_BILLING_ACCOUNT = 1
+ # Quota increase is not supported for the quota.
+ NOT_SUPPORTED = 3
+
+ # There is not enough usage history to determine the eligibility.
+ NOT_ENOUGH_USAGE_HISTORY = 4
+
# Other reasons.
OTHER = 2
end
end