blob: 19840044312c21dbed9f2d9318c4842e9fc9ff18 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="serviceusage_v1beta1.html">Service Usage API</a> . <a href="serviceusage_v1beta1.services.html">services</a> . <a href="serviceusage_v1beta1.services.consumerQuotaMetrics.html">consumerQuotaMetrics</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="serviceusage_v1beta1.services.consumerQuotaMetrics.limits.html">limits()</a></code>
79</p>
80<p class="firstline">Returns the limits Resource.</p>
81
82<p class="toc_element">
83 <code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
84<p class="firstline">Retrieves a summary of quota information for a specific quota metric</p>
85<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070086 <code><a href="#list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070087<p class="firstline">Retrieves a summary of all quota information visible to the service</p>
88<p class="toc_element">
89 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
90<p class="firstline">Retrieves the next page of results.</p>
91<h3>Method Details</h3>
92<div class="method">
93 <code class="details" id="get">get(name, view=None, x__xgafv=None)</code>
94 <pre>Retrieves a summary of quota information for a specific quota metric
95
96Args:
97 name: string, The resource name of the quota limit.
98
99An example name would be:
100projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests (required)
101 view: string, Specifies the level of detail for quota information in the response.
102 x__xgafv: string, V1 error format.
103 Allowed values
104 1 - v1 error format
105 2 - v2 error format
106
107Returns:
108 An object of the form:
109
110 { # Consumer quota settings for a quota metric.
111 &quot;consumerQuotaLimits&quot;: [ # The consumer quota for each quota limit defined on the metric.
112 { # Consumer quota settings for a quota limit.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700113 &quot;name&quot;: &quot;A String&quot;, # The resource name of the quota limit.
114 #
115 # An example name would be:
116 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
117 #
118 # The resource name is intended to be opaque and should not be parsed for
119 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700120 &quot;allowsAdminOverrides&quot;: True or False, # Whether admin overrides are allowed on this limit
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700121 &quot;isPrecise&quot;: True or False, # Whether this limit is precise or imprecise.
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 &quot;quotaBuckets&quot;: [ # Summary of the enforced quota buckets, organized by quota dimension,
123 # ordered from least specific to most specific (for example, the global
124 # default bucket, with no quota dimensions, will always appear first).
125 { # A quota bucket is a quota provisioning unit for a specific set of dimensions.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700126 &quot;adminOverride&quot;: { # A quota override # Admin override on this quota bucket.
Bu Sun Kim65020912020-05-20 12:08:20 -0700127 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
128 #
129 # An example unit would be:
130 # `1/{project}/{region}`
131 # Note that `{project}` and `{region}` are not placeholders in this example;
132 # the literal characters `{` and `}` occur in the string.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700133 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
134 # Can be any nonnegative integer, or -1 (unlimited quota).
135 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
136 # This name is generated by the server when the override is created.
137 #
138 # Example names would be:
139 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
140 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
141 #
142 # The resource name is intended to be opaque and should not be parsed for
143 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700144 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
145 #
146 # An example name would be:
147 # `compute.googleapis.com/cpus`
148 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
149 # for dimensions defined in the limit unit.
150 #
151 # For example, an override on a limit with the unit 1/{project}/{region}
152 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
153 # the override is only applied to quota consumed in that region.
154 #
155 # This map has the following restrictions:
156 #
157 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
158 # Any string appearing in {brackets} in the unit (besides {project} or
159 # {user}) is a defined key.
160 # * &quot;project&quot; is not a valid key; the project is already specified in
161 # the parent resource name.
162 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
163 # that apply only to a specific user.
164 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
165 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
166 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
167 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
168 # map.
169 &quot;a_key&quot;: &quot;A String&quot;,
170 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700171 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700172 &quot;producerOverride&quot;: { # A quota override # Producer override on this quota bucket.
173 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
174 #
175 # An example unit would be:
176 # `1/{project}/{region}`
177 # Note that `{project}` and `{region}` are not placeholders in this example;
178 # the literal characters `{` and `}` occur in the string.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700179 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
180 # Can be any nonnegative integer, or -1 (unlimited quota).
181 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
182 # This name is generated by the server when the override is created.
183 #
184 # Example names would be:
185 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
186 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
187 #
188 # The resource name is intended to be opaque and should not be parsed for
189 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700190 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
191 #
192 # An example name would be:
193 # `compute.googleapis.com/cpus`
194 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
195 # for dimensions defined in the limit unit.
196 #
197 # For example, an override on a limit with the unit 1/{project}/{region}
198 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
199 # the override is only applied to quota consumed in that region.
200 #
201 # This map has the following restrictions:
202 #
203 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
204 # Any string appearing in {brackets} in the unit (besides {project} or
205 # {user}) is a defined key.
206 # * &quot;project&quot; is not a valid key; the project is already specified in
207 # the parent resource name.
208 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
209 # that apply only to a specific user.
210 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
211 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
212 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
213 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
214 # map.
215 &quot;a_key&quot;: &quot;A String&quot;,
216 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700217 },
218 &quot;consumerOverride&quot;: { # A quota override # Consumer override on this quota bucket.
219 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
220 #
221 # An example unit would be:
222 # `1/{project}/{region}`
223 # Note that `{project}` and `{region}` are not placeholders in this example;
224 # the literal characters `{` and `}` occur in the string.
225 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
226 # Can be any nonnegative integer, or -1 (unlimited quota).
Bu Sun Kim65020912020-05-20 12:08:20 -0700227 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
228 # This name is generated by the server when the override is created.
229 #
230 # Example names would be:
231 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
232 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
233 #
234 # The resource name is intended to be opaque and should not be parsed for
235 # its component strings, since its representation could change in the future.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700236 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
237 #
238 # An example name would be:
239 # `compute.googleapis.com/cpus`
240 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
241 # for dimensions defined in the limit unit.
242 #
243 # For example, an override on a limit with the unit 1/{project}/{region}
244 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
245 # the override is only applied to quota consumed in that region.
246 #
247 # This map has the following restrictions:
248 #
249 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
250 # Any string appearing in {brackets} in the unit (besides {project} or
251 # {user}) is a defined key.
252 # * &quot;project&quot; is not a valid key; the project is already specified in
253 # the parent resource name.
254 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
255 # that apply only to a specific user.
256 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
257 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
258 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
259 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
260 # map.
261 &quot;a_key&quot;: &quot;A String&quot;,
262 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700263 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700264 &quot;defaultLimit&quot;: &quot;A String&quot;, # The default limit of this quota bucket, as specified by the service
265 # configuration.
266 &quot;effectiveLimit&quot;: &quot;A String&quot;, # The effective limit of this quota bucket. Equal to default_limit if there
267 # are no overrides.
Bu Sun Kim65020912020-05-20 12:08:20 -0700268 &quot;dimensions&quot;: { # The dimensions of this quota bucket.
269 #
270 # If this map is empty, this is the global bucket, which is the default quota
271 # value applied to all requests that do not have a more specific override.
272 #
273 # If this map is nonempty, the default limit, effective limit, and quota
274 # overrides apply only to requests that have the dimensions given in the map.
275 #
276 # For example, if the map has key &quot;region&quot; and value &quot;us-east-1&quot;, then the
277 # specified effective limit is only effective in that region, and the
278 # specified overrides apply only in that region.
279 &quot;a_key&quot;: &quot;A String&quot;,
280 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700281 },
282 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700283 &quot;unit&quot;: &quot;A String&quot;, # The limit unit.
284 #
285 # An example unit would be
286 # `1/{project}/{region}`
287 # Note that `{project}` and `{region}` are not placeholders in this example;
288 # the literal characters `{` and `}` occur in the string.
289 &quot;metric&quot;: &quot;A String&quot;, # The name of the parent metric of this limit.
290 #
291 # An example name would be:
292 # `compute.googleapis.com/cpus`
Bu Sun Kim65020912020-05-20 12:08:20 -0700293 },
294 ],
295 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the metric.
296 #
297 # An example name would be:
298 # &quot;CPUs&quot;
299 &quot;name&quot;: &quot;A String&quot;, # The resource name of the quota settings on this metric for this consumer.
300 #
301 # An example name would be:
302 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus
303 #
304 # The resource name is intended to be opaque and should not be parsed for
305 # its component strings, since its representation could change in the future.
306 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric.
307 #
308 # An example name would be:
309 # `compute.googleapis.com/cpus`
310 }</pre>
311</div>
312
313<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700314 <code class="details" id="list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700315 <pre>Retrieves a summary of all quota information visible to the service
316consumer, organized by service metric. Each metric includes information
317about all of its defined limits. Each limit includes the limit
318configuration (quota unit, preciseness, default value), the current
319effective limit value, and all of the overrides applied to the limit.
320
321Args:
322 parent: string, Parent of the quotas resource.
323
324Some example names would be:
325projects/123/services/serviceconsumermanagement.googleapis.com
326folders/345/services/serviceconsumermanagement.googleapis.com
327organizations/456/services/serviceconsumermanagement.googleapis.com (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700328 pageToken: string, Token identifying which result to start with; returned by a previous list
329call.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700330 pageSize: integer, Requested size of the next page of data.
Bu Sun Kim65020912020-05-20 12:08:20 -0700331 view: string, Specifies the level of detail for quota information in the response.
332 x__xgafv: string, V1 error format.
333 Allowed values
334 1 - v1 error format
335 2 - v2 error format
336
337Returns:
338 An object of the form:
339
340 { # Response message for ListConsumerQuotaMetrics
341 &quot;metrics&quot;: [ # Quota settings for the consumer, organized by quota metric.
342 { # Consumer quota settings for a quota metric.
343 &quot;consumerQuotaLimits&quot;: [ # The consumer quota for each quota limit defined on the metric.
344 { # Consumer quota settings for a quota limit.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700345 &quot;name&quot;: &quot;A String&quot;, # The resource name of the quota limit.
346 #
347 # An example name would be:
348 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
349 #
350 # The resource name is intended to be opaque and should not be parsed for
351 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700352 &quot;allowsAdminOverrides&quot;: True or False, # Whether admin overrides are allowed on this limit
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700353 &quot;isPrecise&quot;: True or False, # Whether this limit is precise or imprecise.
Bu Sun Kim65020912020-05-20 12:08:20 -0700354 &quot;quotaBuckets&quot;: [ # Summary of the enforced quota buckets, organized by quota dimension,
355 # ordered from least specific to most specific (for example, the global
356 # default bucket, with no quota dimensions, will always appear first).
357 { # A quota bucket is a quota provisioning unit for a specific set of dimensions.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700358 &quot;adminOverride&quot;: { # A quota override # Admin override on this quota bucket.
Bu Sun Kim65020912020-05-20 12:08:20 -0700359 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
360 #
361 # An example unit would be:
362 # `1/{project}/{region}`
363 # Note that `{project}` and `{region}` are not placeholders in this example;
364 # the literal characters `{` and `}` occur in the string.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700365 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
366 # Can be any nonnegative integer, or -1 (unlimited quota).
367 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
368 # This name is generated by the server when the override is created.
369 #
370 # Example names would be:
371 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
372 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
373 #
374 # The resource name is intended to be opaque and should not be parsed for
375 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
377 #
378 # An example name would be:
379 # `compute.googleapis.com/cpus`
380 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
381 # for dimensions defined in the limit unit.
382 #
383 # For example, an override on a limit with the unit 1/{project}/{region}
384 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
385 # the override is only applied to quota consumed in that region.
386 #
387 # This map has the following restrictions:
388 #
389 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
390 # Any string appearing in {brackets} in the unit (besides {project} or
391 # {user}) is a defined key.
392 # * &quot;project&quot; is not a valid key; the project is already specified in
393 # the parent resource name.
394 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
395 # that apply only to a specific user.
396 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
397 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
398 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
399 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
400 # map.
401 &quot;a_key&quot;: &quot;A String&quot;,
402 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700403 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700404 &quot;producerOverride&quot;: { # A quota override # Producer override on this quota bucket.
405 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
406 #
407 # An example unit would be:
408 # `1/{project}/{region}`
409 # Note that `{project}` and `{region}` are not placeholders in this example;
410 # the literal characters `{` and `}` occur in the string.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700411 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
412 # Can be any nonnegative integer, or -1 (unlimited quota).
413 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
414 # This name is generated by the server when the override is created.
415 #
416 # Example names would be:
417 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
418 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
419 #
420 # The resource name is intended to be opaque and should not be parsed for
421 # its component strings, since its representation could change in the future.
Bu Sun Kim65020912020-05-20 12:08:20 -0700422 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
423 #
424 # An example name would be:
425 # `compute.googleapis.com/cpus`
426 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
427 # for dimensions defined in the limit unit.
428 #
429 # For example, an override on a limit with the unit 1/{project}/{region}
430 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
431 # the override is only applied to quota consumed in that region.
432 #
433 # This map has the following restrictions:
434 #
435 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
436 # Any string appearing in {brackets} in the unit (besides {project} or
437 # {user}) is a defined key.
438 # * &quot;project&quot; is not a valid key; the project is already specified in
439 # the parent resource name.
440 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
441 # that apply only to a specific user.
442 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
443 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
444 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
445 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
446 # map.
447 &quot;a_key&quot;: &quot;A String&quot;,
448 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700449 },
450 &quot;consumerOverride&quot;: { # A quota override # Consumer override on this quota bucket.
451 &quot;unit&quot;: &quot;A String&quot;, # The limit unit of the limit to which this override applies.
452 #
453 # An example unit would be:
454 # `1/{project}/{region}`
455 # Note that `{project}` and `{region}` are not placeholders in this example;
456 # the literal characters `{` and `}` occur in the string.
457 &quot;overrideValue&quot;: &quot;A String&quot;, # The overriding quota limit value.
458 # Can be any nonnegative integer, or -1 (unlimited quota).
Bu Sun Kim65020912020-05-20 12:08:20 -0700459 &quot;name&quot;: &quot;A String&quot;, # The resource name of the override.
460 # This name is generated by the server when the override is created.
461 #
462 # Example names would be:
463 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d`
464 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`
465 #
466 # The resource name is intended to be opaque and should not be parsed for
467 # its component strings, since its representation could change in the future.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700468 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric to which this override applies.
469 #
470 # An example name would be:
471 # `compute.googleapis.com/cpus`
472 &quot;dimensions&quot;: { # If this map is nonempty, then this override applies only to specific values
473 # for dimensions defined in the limit unit.
474 #
475 # For example, an override on a limit with the unit 1/{project}/{region}
476 # could contain an entry with the key &quot;region&quot; and the value &quot;us-east-1&quot;;
477 # the override is only applied to quota consumed in that region.
478 #
479 # This map has the following restrictions:
480 #
481 # * Keys that are not defined in the limit&#x27;s unit are not valid keys.
482 # Any string appearing in {brackets} in the unit (besides {project} or
483 # {user}) is a defined key.
484 # * &quot;project&quot; is not a valid key; the project is already specified in
485 # the parent resource name.
486 # * &quot;user&quot; is not a valid key; the API does not support quota overrides
487 # that apply only to a specific user.
488 # * If &quot;region&quot; appears as a key, its value must be a valid Cloud region.
489 # * If &quot;zone&quot; appears as a key, its value must be a valid Cloud zone.
490 # * If any valid key other than &quot;region&quot; or &quot;zone&quot; appears in the map, then
491 # all valid keys other than &quot;region&quot; or &quot;zone&quot; must also appear in the
492 # map.
493 &quot;a_key&quot;: &quot;A String&quot;,
494 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700495 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700496 &quot;defaultLimit&quot;: &quot;A String&quot;, # The default limit of this quota bucket, as specified by the service
497 # configuration.
498 &quot;effectiveLimit&quot;: &quot;A String&quot;, # The effective limit of this quota bucket. Equal to default_limit if there
499 # are no overrides.
Bu Sun Kim65020912020-05-20 12:08:20 -0700500 &quot;dimensions&quot;: { # The dimensions of this quota bucket.
501 #
502 # If this map is empty, this is the global bucket, which is the default quota
503 # value applied to all requests that do not have a more specific override.
504 #
505 # If this map is nonempty, the default limit, effective limit, and quota
506 # overrides apply only to requests that have the dimensions given in the map.
507 #
508 # For example, if the map has key &quot;region&quot; and value &quot;us-east-1&quot;, then the
509 # specified effective limit is only effective in that region, and the
510 # specified overrides apply only in that region.
511 &quot;a_key&quot;: &quot;A String&quot;,
512 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700513 },
514 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700515 &quot;unit&quot;: &quot;A String&quot;, # The limit unit.
516 #
517 # An example unit would be
518 # `1/{project}/{region}`
519 # Note that `{project}` and `{region}` are not placeholders in this example;
520 # the literal characters `{` and `}` occur in the string.
521 &quot;metric&quot;: &quot;A String&quot;, # The name of the parent metric of this limit.
522 #
523 # An example name would be:
524 # `compute.googleapis.com/cpus`
Bu Sun Kim65020912020-05-20 12:08:20 -0700525 },
526 ],
527 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the metric.
528 #
529 # An example name would be:
530 # &quot;CPUs&quot;
531 &quot;name&quot;: &quot;A String&quot;, # The resource name of the quota settings on this metric for this consumer.
532 #
533 # An example name would be:
534 # `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus
535 #
536 # The resource name is intended to be opaque and should not be parsed for
537 # its component strings, since its representation could change in the future.
538 &quot;metric&quot;: &quot;A String&quot;, # The name of the metric.
539 #
540 # An example name would be:
541 # `compute.googleapis.com/cpus`
542 },
543 ],
544 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token identifying which result to start with; returned by a previous list
545 # call.
546 }</pre>
547</div>
548
549<div class="method">
550 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
551 <pre>Retrieves the next page of results.
552
553Args:
554 previous_request: The request for the previous page. (required)
555 previous_response: The response from the request for the previous page. (required)
556
557Returns:
558 A request object that you can call &#x27;execute()&#x27; on to request the next
559 page. Returns None if there are no more items in the collection.
560 </pre>
561</div>
562
563</body></html>