You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Producer policy inherited from the closet ancestor of the current consumer."
3665
+
},
3666
+
"rolloutInfo": {
3667
+
"$ref": "RolloutInfo",
3668
+
"description": "Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config."
3665
3669
}
3666
3670
},
3667
3671
"type": "object"
@@ -3780,6 +3784,17 @@
3780
3784
},
3781
3785
"type": "object"
3782
3786
},
3787
+
"RolloutInfo": {
3788
+
"description": "[Output only] Rollout information of a quota.",
3789
+
"id": "RolloutInfo",
3790
+
"properties": {
3791
+
"defaultLimitOngoingRollout": {
3792
+
"description": "Whether there is an ongoing rollout for the default limit or not.",
3793
+
"type": "boolean"
3794
+
}
3795
+
},
3796
+
"type": "object"
3797
+
},
3783
3798
"RubySettings": {
3784
3799
"description": "Settings for Ruby client libraries.",
* Producer policy inherited from the closet ancestor of the current consumer.
1970
1970
*/
1971
1971
producerQuotaPolicy?: Schema$ProducerQuotaPolicy;
1972
+
/**
1973
+
* Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config.
1974
+
*/
1975
+
rolloutInfo?: Schema$RolloutInfo;
1972
1976
}
1973
1977
/**
1974
1978
* `QuotaLimit` defines a specific limit that applies over a specified duration for a limit type. There can be at most one limit for a duration and limit type combination defined within a `QuotaGroup`.
0 commit comments