1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-billing": {
6 "description": "View and manage your Google Cloud Platform billing accounts"
7 },
8 "https://www.googleapis.com/auth/cloud-billing.readonly": {
9 "description": "View your Google Cloud Platform billing accounts"
10 },
11 "https://www.googleapis.com/auth/cloud-platform": {
12 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
13 }
14 }
15 }
16 },
17 "basePath": "",
18 "baseUrl": "https://cloudbilling.googleapis.com/",
19 "batchPath": "batch",
20 "canonicalName": "Cloudbilling",
21 "description": "Allows developers to manage billing for their Google Cloud Platform projects programmatically.",
22 "discoveryVersion": "v1",
23 "documentationLink": "https://cloud.google.com/billing/docs/apis",
24 "fullyEncodeReservedExpansion": true,
25 "icons": {
26 "x16": "http://www.google.com/images/icons/product/search-16.gif",
27 "x32": "http://www.google.com/images/icons/product/search-32.gif"
28 },
29 "id": "cloudbilling:v1beta",
30 "kind": "discovery#restDescription",
31 "mtlsRootUrl": "https://cloudbilling.mtls.googleapis.com/",
32 "name": "cloudbilling",
33 "ownerDomain": "google.com",
34 "ownerName": "Google",
35 "parameters": {
36 "$.xgafv": {
37 "description": "V1 error format.",
38 "enum": [
39 "1",
40 "2"
41 ],
42 "enumDescriptions": [
43 "v1 error format",
44 "v2 error format"
45 ],
46 "location": "query",
47 "type": "string"
48 },
49 "access_token": {
50 "description": "OAuth access token.",
51 "location": "query",
52 "type": "string"
53 },
54 "alt": {
55 "default": "json",
56 "description": "Data format for response.",
57 "enum": [
58 "json",
59 "media",
60 "proto"
61 ],
62 "enumDescriptions": [
63 "Responses with Content-Type of application/json",
64 "Media download with context-dependent Content-Type",
65 "Responses with Content-Type of application/x-protobuf"
66 ],
67 "location": "query",
68 "type": "string"
69 },
70 "callback": {
71 "description": "JSONP",
72 "location": "query",
73 "type": "string"
74 },
75 "fields": {
76 "description": "Selector specifying which fields to include in a partial response.",
77 "location": "query",
78 "type": "string"
79 },
80 "key": {
81 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
82 "location": "query",
83 "type": "string"
84 },
85 "oauth_token": {
86 "description": "OAuth 2.0 token for the current user.",
87 "location": "query",
88 "type": "string"
89 },
90 "prettyPrint": {
91 "default": "true",
92 "description": "Returns response with indentations and line breaks.",
93 "location": "query",
94 "type": "boolean"
95 },
96 "quotaUser": {
97 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
98 "location": "query",
99 "type": "string"
100 },
101 "uploadType": {
102 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
103 "location": "query",
104 "type": "string"
105 },
106 "upload_protocol": {
107 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
108 "location": "query",
109 "type": "string"
110 }
111 },
112 "protocol": "rest",
113 "resources": {
114 "billingAccounts": {
115 "methods": {
116 "estimateCostScenario": {
117 "description": "Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`.",
118 "flatPath": "v1beta/billingAccounts/{billingAccountsId}:estimateCostScenario",
119 "httpMethod": "POST",
120 "id": "cloudbilling.billingAccounts.estimateCostScenario",
121 "parameterOrder": [
122 "billingAccount"
123 ],
124 "parameters": {
125 "billingAccount": {
126 "description": "Resource name of the billing account for the cost estimate. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF` is the resource name for billing account `012345-567890-ABCDEF`. Must be specified.",
127 "location": "path",
128 "pattern": "^billingAccounts/[^/]+$",
129 "required": true,
130 "type": "string"
131 }
132 },
133 "path": "v1beta/{+billingAccount}:estimateCostScenario",
134 "request": {
135 "$ref": "EstimateCostScenarioForBillingAccountRequest"
136 },
137 "response": {
138 "$ref": "EstimateCostScenarioForBillingAccountResponse"
139 },
140 "scopes": [
141 "https://www.googleapis.com/auth/cloud-billing",
142 "https://www.googleapis.com/auth/cloud-billing.readonly",
143 "https://www.googleapis.com/auth/cloud-platform"
144 ]
145 }
146 },
147 "resources": {
148 "services": {
149 "methods": {
150 "get": {
151 "description": "Gets a Google Cloud service visible to a billing account.",
152 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/services/{servicesId}",
153 "httpMethod": "GET",
154 "id": "cloudbilling.billingAccounts.services.get",
155 "parameterOrder": [
156 "name"
157 ],
158 "parameters": {
159 "name": {
160 "description": "Required. The name of the billing account service to retrieve. Format: billingAccounts/{billing_account}/services/{service}",
161 "location": "path",
162 "pattern": "^billingAccounts/[^/]+/services/[^/]+$",
163 "required": true,
164 "type": "string"
165 }
166 },
167 "path": "v1beta/{+name}",
168 "response": {
169 "$ref": "GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService"
170 },
171 "scopes": [
172 "https://www.googleapis.com/auth/cloud-billing",
173 "https://www.googleapis.com/auth/cloud-billing.readonly",
174 "https://www.googleapis.com/auth/cloud-platform"
175 ]
176 },
177 "list": {
178 "description": "Lists services visible to a billing account.",
179 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/services",
180 "httpMethod": "GET",
181 "id": "cloudbilling.billingAccounts.services.list",
182 "parameterOrder": [
183 "parent"
184 ],
185 "parameters": {
186 "pageSize": {
187 "description": "Maximum number of billing account service to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
188 "format": "int32",
189 "location": "query",
190 "type": "integer"
191 },
192 "pageToken": {
193 "description": "Page token received from a previous ListBillingAccountServices call to retrieve the next page of results. If this field is empty, the first page is returned.",
194 "location": "query",
195 "type": "string"
196 },
197 "parent": {
198 "description": "Required. The billing account to list billing account service from. Format: billingAccounts/{billing_account}",
199 "location": "path",
200 "pattern": "^billingAccounts/[^/]+$",
201 "required": true,
202 "type": "string"
203 }
204 },
205 "path": "v1beta/{+parent}/services",
206 "response": {
207 "$ref": "GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse"
208 },
209 "scopes": [
210 "https://www.googleapis.com/auth/cloud-billing",
211 "https://www.googleapis.com/auth/cloud-billing.readonly",
212 "https://www.googleapis.com/auth/cloud-platform"
213 ]
214 }
215 }
216 },
217 "skuGroups": {
218 "methods": {
219 "get": {
220 "description": "Gets a SKU group visible to a billing account.",
221 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skuGroups/{skuGroupsId}",
222 "httpMethod": "GET",
223 "id": "cloudbilling.billingAccounts.skuGroups.get",
224 "parameterOrder": [
225 "name"
226 ],
227 "parameters": {
228 "name": {
229 "description": "Required. The name of the BillingAccountSkuGroup to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}",
230 "location": "path",
231 "pattern": "^billingAccounts/[^/]+/skuGroups/[^/]+$",
232 "required": true,
233 "type": "string"
234 }
235 },
236 "path": "v1beta/{+name}",
237 "response": {
238 "$ref": "GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup"
239 },
240 "scopes": [
241 "https://www.googleapis.com/auth/cloud-billing",
242 "https://www.googleapis.com/auth/cloud-billing.readonly",
243 "https://www.googleapis.com/auth/cloud-platform"
244 ]
245 },
246 "list": {
247 "description": "Lists SKU groups visible to a billing account.",
248 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skuGroups",
249 "httpMethod": "GET",
250 "id": "cloudbilling.billingAccounts.skuGroups.list",
251 "parameterOrder": [
252 "parent"
253 ],
254 "parameters": {
255 "pageSize": {
256 "description": "Maximum number of billing account SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
257 "format": "int32",
258 "location": "query",
259 "type": "integer"
260 },
261 "pageToken": {
262 "description": "Page token received from a previous ListBillingAccountSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned.",
263 "location": "query",
264 "type": "string"
265 },
266 "parent": {
267 "description": "Required. The billing account to list billing account SKU groups from. Format: billingAccounts/{billing_account}",
268 "location": "path",
269 "pattern": "^billingAccounts/[^/]+$",
270 "required": true,
271 "type": "string"
272 }
273 },
274 "path": "v1beta/{+parent}/skuGroups",
275 "response": {
276 "$ref": "GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse"
277 },
278 "scopes": [
279 "https://www.googleapis.com/auth/cloud-billing",
280 "https://www.googleapis.com/auth/cloud-billing.readonly",
281 "https://www.googleapis.com/auth/cloud-platform"
282 ]
283 }
284 },
285 "resources": {
286 "skus": {
287 "methods": {
288 "get": {
289 "description": "Gets a SKU that is part of a billing account SKU group.",
290 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skuGroups/{skuGroupsId}/skus/{skusId}",
291 "httpMethod": "GET",
292 "id": "cloudbilling.billingAccounts.skuGroups.skus.get",
293 "parameterOrder": [
294 "name"
295 ],
296 "parameters": {
297 "name": {
298 "description": "Required. The name of the billing account SKU group SKU to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}/skus/{sku}",
299 "location": "path",
300 "pattern": "^billingAccounts/[^/]+/skuGroups/[^/]+/skus/[^/]+$",
301 "required": true,
302 "type": "string"
303 }
304 },
305 "path": "v1beta/{+name}",
306 "response": {
307 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku"
308 },
309 "scopes": [
310 "https://www.googleapis.com/auth/cloud-billing",
311 "https://www.googleapis.com/auth/cloud-billing.readonly",
312 "https://www.googleapis.com/auth/cloud-platform"
313 ]
314 },
315 "list": {
316 "description": "Lists SKUs that is part of billing account SKU groups.",
317 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skuGroups/{skuGroupsId}/skus",
318 "httpMethod": "GET",
319 "id": "cloudbilling.billingAccounts.skuGroups.skus.list",
320 "parameterOrder": [
321 "parent"
322 ],
323 "parameters": {
324 "pageSize": {
325 "description": "Maximum number of billing account SKU group SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
326 "format": "int32",
327 "location": "query",
328 "type": "integer"
329 },
330 "pageToken": {
331 "description": "Page token received from a previous ListBillingAccountSkuGroupSkus call to retrieve the next page of results. If this field is empty, the first page is returned.",
332 "location": "query",
333 "type": "string"
334 },
335 "parent": {
336 "description": "Required. The billing account SKU group to list billing account SKU group SKUs from. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}",
337 "location": "path",
338 "pattern": "^billingAccounts/[^/]+/skuGroups/[^/]+$",
339 "required": true,
340 "type": "string"
341 }
342 },
343 "path": "v1beta/{+parent}/skus",
344 "response": {
345 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse"
346 },
347 "scopes": [
348 "https://www.googleapis.com/auth/cloud-billing",
349 "https://www.googleapis.com/auth/cloud-billing.readonly",
350 "https://www.googleapis.com/auth/cloud-platform"
351 ]
352 }
353 }
354 }
355 }
356 },
357 "skus": {
358 "methods": {
359 "get": {
360 "description": "Gets a SKU visible to a billing account.",
361 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skus/{skusId}",
362 "httpMethod": "GET",
363 "id": "cloudbilling.billingAccounts.skus.get",
364 "parameterOrder": [
365 "name"
366 ],
367 "parameters": {
368 "name": {
369 "description": "Required. The name of the billing account SKU to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}",
370 "location": "path",
371 "pattern": "^billingAccounts/[^/]+/skus/[^/]+$",
372 "required": true,
373 "type": "string"
374 }
375 },
376 "path": "v1beta/{+name}",
377 "response": {
378 "$ref": "GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku"
379 },
380 "scopes": [
381 "https://www.googleapis.com/auth/cloud-billing",
382 "https://www.googleapis.com/auth/cloud-billing.readonly",
383 "https://www.googleapis.com/auth/cloud-platform"
384 ]
385 },
386 "list": {
387 "description": "Lists SKUs visible to a billing account.",
388 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skus",
389 "httpMethod": "GET",
390 "id": "cloudbilling.billingAccounts.skus.list",
391 "parameterOrder": [
392 "parent"
393 ],
394 "parameters": {
395 "filter": {
396 "description": "Options for how to filter the billing account SKUs. Currently, only filter on `billing_account_service` is supported. Only !=, = operators are supported. Examples: - billing_account_service = \"billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397\"",
397 "location": "query",
398 "type": "string"
399 },
400 "pageSize": {
401 "description": "Maximum number of billing account SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
402 "format": "int32",
403 "location": "query",
404 "type": "integer"
405 },
406 "pageToken": {
407 "description": "Page token received from a previous ListBillingAccountSkus call to retrieve the next page of results. If this field is empty, the first page is returned.",
408 "location": "query",
409 "type": "string"
410 },
411 "parent": {
412 "description": "Required. The billing account to list billing account SKU from. Format: billingAccounts/{billing_account}",
413 "location": "path",
414 "pattern": "^billingAccounts/[^/]+$",
415 "required": true,
416 "type": "string"
417 }
418 },
419 "path": "v1beta/{+parent}/skus",
420 "response": {
421 "$ref": "GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse"
422 },
423 "scopes": [
424 "https://www.googleapis.com/auth/cloud-billing",
425 "https://www.googleapis.com/auth/cloud-billing.readonly",
426 "https://www.googleapis.com/auth/cloud-platform"
427 ]
428 }
429 },
430 "resources": {
431 "price": {
432 "methods": {
433 "get": {
434 "description": "Gets the latest price for SKUs available to your Cloud Billing account.",
435 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skus/{skusId}/price",
436 "httpMethod": "GET",
437 "id": "cloudbilling.billingAccounts.skus.price.get",
438 "parameterOrder": [
439 "name"
440 ],
441 "parameters": {
442 "currencyCode": {
443 "description": "Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used.",
444 "location": "query",
445 "type": "string"
446 },
447 "name": {
448 "description": "Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price",
449 "location": "path",
450 "pattern": "^billingAccounts/[^/]+/skus/[^/]+/price$",
451 "required": true,
452 "type": "string"
453 }
454 },
455 "path": "v1beta/{+name}",
456 "response": {
457 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice"
458 },
459 "scopes": [
460 "https://www.googleapis.com/auth/cloud-billing",
461 "https://www.googleapis.com/auth/cloud-billing.readonly",
462 "https://www.googleapis.com/auth/cloud-platform"
463 ]
464 }
465 }
466 },
467 "prices": {
468 "methods": {
469 "list": {
470 "description": "Lists the latest prices for SKUs available to your Cloud Billing account.",
471 "flatPath": "v1beta/billingAccounts/{billingAccountsId}/skus/{skusId}/prices",
472 "httpMethod": "GET",
473 "id": "cloudbilling.billingAccounts.skus.prices.list",
474 "parameterOrder": [
475 "parent"
476 ],
477 "parameters": {
478 "currencyCode": {
479 "description": "Optional. ISO-4217 currency code for the price. If not specified, currency of billing account will be used.",
480 "location": "query",
481 "type": "string"
482 },
483 "pageSize": {
484 "description": "Optional. Maximum number of billing account price to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
485 "format": "int32",
486 "location": "query",
487 "type": "integer"
488 },
489 "pageToken": {
490 "description": "Optional. Page token received from a previous ListBillingAccountPrices call to retrieve the next page of results. If this field is empty, the first page is returned.",
491 "location": "query",
492 "type": "string"
493 },
494 "parent": {
495 "description": "Required. To list all Billing Account SKUs, use `-` as the SKU ID. Format: `billingAccounts/{billing_account}/skus/-` Note: Specifying an actual SKU resource id will return a collection of one Billing Account Price.",
496 "location": "path",
497 "pattern": "^billingAccounts/[^/]+/skus/[^/]+$",
498 "required": true,
499 "type": "string"
500 }
501 },
502 "path": "v1beta/{+parent}/prices",
503 "response": {
504 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse"
505 },
506 "scopes": [
507 "https://www.googleapis.com/auth/cloud-billing",
508 "https://www.googleapis.com/auth/cloud-billing.readonly",
509 "https://www.googleapis.com/auth/cloud-platform"
510 ]
511 }
512 }
513 }
514 }
515 }
516 }
517 },
518 "skuGroups": {
519 "methods": {
520 "get": {
521 "description": "Gets a publicly listed SKU group.",
522 "flatPath": "v1beta/skuGroups/{skuGroupsId}",
523 "httpMethod": "GET",
524 "id": "cloudbilling.skuGroups.get",
525 "parameterOrder": [
526 "name"
527 ],
528 "parameters": {
529 "name": {
530 "description": "Required. The name of the SKU group to retrieve. Format: skuGroups/{sku_group}",
531 "location": "path",
532 "pattern": "^skuGroups/[^/]+$",
533 "required": true,
534 "type": "string"
535 }
536 },
537 "path": "v1beta/{+name}",
538 "response": {
539 "$ref": "GoogleCloudBillingSkugroupsV1betaSkuGroup"
540 },
541 "scopes": [
542 "https://www.googleapis.com/auth/cloud-billing",
543 "https://www.googleapis.com/auth/cloud-billing.readonly",
544 "https://www.googleapis.com/auth/cloud-platform"
545 ]
546 },
547 "list": {
548 "description": "Lists all publicly listed SKU groups.",
549 "flatPath": "v1beta/skuGroups",
550 "httpMethod": "GET",
551 "id": "cloudbilling.skuGroups.list",
552 "parameterOrder": [],
553 "parameters": {
554 "pageSize": {
555 "description": "Maximum number of SKU groups to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
556 "format": "int32",
557 "location": "query",
558 "type": "integer"
559 },
560 "pageToken": {
561 "description": "Page token received from a previous ListSkuGroups call to retrieve the next page of results. If this field is empty, the first page is returned.",
562 "location": "query",
563 "type": "string"
564 }
565 },
566 "path": "v1beta/skuGroups",
567 "response": {
568 "$ref": "GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse"
569 },
570 "scopes": [
571 "https://www.googleapis.com/auth/cloud-billing",
572 "https://www.googleapis.com/auth/cloud-billing.readonly",
573 "https://www.googleapis.com/auth/cloud-platform"
574 ]
575 }
576 },
577 "resources": {
578 "skus": {
579 "methods": {
580 "get": {
581 "description": "Gets a publicly listed SKU that is part of a publicly listed SKU group.",
582 "flatPath": "v1beta/skuGroups/{skuGroupsId}/skus/{skusId}",
583 "httpMethod": "GET",
584 "id": "cloudbilling.skuGroups.skus.get",
585 "parameterOrder": [
586 "name"
587 ],
588 "parameters": {
589 "name": {
590 "description": "Required. The name of the SKU group SKU to retrieve. Format: skuGroups/{sku_group}/skus/{sku}",
591 "location": "path",
592 "pattern": "^skuGroups/[^/]+/skus/[^/]+$",
593 "required": true,
594 "type": "string"
595 }
596 },
597 "path": "v1beta/{+name}",
598 "response": {
599 "$ref": "GoogleCloudBillingSkugroupskusV1betaSkuGroupSku"
600 },
601 "scopes": [
602 "https://www.googleapis.com/auth/cloud-billing",
603 "https://www.googleapis.com/auth/cloud-billing.readonly",
604 "https://www.googleapis.com/auth/cloud-platform"
605 ]
606 },
607 "list": {
608 "description": "Lists all publicly listed SKUs contained by a publicly listed SKU group.",
609 "flatPath": "v1beta/skuGroups/{skuGroupsId}/skus",
610 "httpMethod": "GET",
611 "id": "cloudbilling.skuGroups.skus.list",
612 "parameterOrder": [
613 "parent"
614 ],
615 "parameters": {
616 "pageSize": {
617 "description": "Maximum number of SKU group SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
618 "format": "int32",
619 "location": "query",
620 "type": "integer"
621 },
622 "pageToken": {
623 "description": "Page token received from a previous ListSkuGroupSkus call to retrieve the next page of results. If this field is empty, the first page is returned.",
624 "location": "query",
625 "type": "string"
626 },
627 "parent": {
628 "description": "Required. The SkuGroup to list SkuGroupSku from. Format: skuGroups/{sku_group}",
629 "location": "path",
630 "pattern": "^skuGroups/[^/]+$",
631 "required": true,
632 "type": "string"
633 }
634 },
635 "path": "v1beta/{+parent}/skus",
636 "response": {
637 "$ref": "GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse"
638 },
639 "scopes": [
640 "https://www.googleapis.com/auth/cloud-billing",
641 "https://www.googleapis.com/auth/cloud-billing.readonly",
642 "https://www.googleapis.com/auth/cloud-platform"
643 ]
644 }
645 }
646 }
647 }
648 },
649 "skus": {
650 "resources": {
651 "price": {
652 "methods": {
653 "get": {
654 "description": "Gets the latest price for the given SKU.",
655 "flatPath": "v1beta/skus/{skusId}/price",
656 "httpMethod": "GET",
657 "id": "cloudbilling.skus.price.get",
658 "parameterOrder": [
659 "name"
660 ],
661 "parameters": {
662 "currencyCode": {
663 "description": "Optional. ISO-4217 currency code for the price. If not specified, USD will be used.",
664 "location": "query",
665 "type": "string"
666 },
667 "name": {
668 "description": "Required. Name of the latest price to retrieve. Format: skus/{sku}/price",
669 "location": "path",
670 "pattern": "^skus/[^/]+/price$",
671 "required": true,
672 "type": "string"
673 }
674 },
675 "path": "v1beta/{+name}",
676 "response": {
677 "$ref": "GoogleCloudBillingPricesV1betaPrice"
678 },
679 "scopes": [
680 "https://www.googleapis.com/auth/cloud-billing",
681 "https://www.googleapis.com/auth/cloud-billing.readonly",
682 "https://www.googleapis.com/auth/cloud-platform"
683 ]
684 }
685 }
686 },
687 "prices": {
688 "methods": {
689 "list": {
690 "description": "Lists the latest prices for all SKUs.",
691 "flatPath": "v1beta/skus/{skusId}/prices",
692 "httpMethod": "GET",
693 "id": "cloudbilling.skus.prices.list",
694 "parameterOrder": [
695 "parent"
696 ],
697 "parameters": {
698 "currencyCode": {
699 "description": "Optional. ISO-4217 currency code for the price. If not specified, USD will be used.",
700 "location": "query",
701 "type": "string"
702 },
703 "pageSize": {
704 "description": "Optional. Maximum number of prices to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
705 "format": "int32",
706 "location": "query",
707 "type": "integer"
708 },
709 "pageToken": {
710 "description": "Optional. Page token received from a previous ListPrices call to retrieve the next page of results. If this field is empty, the first page is returned.",
711 "location": "query",
712 "type": "string"
713 },
714 "parent": {
715 "description": "Required. To list the prices for all SKUs, use `-` as the SKU ID. Format: `skus/-` Specifying a specific SKU ID returns a collection with one Price object for the SKU.",
716 "location": "path",
717 "pattern": "^skus/[^/]+$",
718 "required": true,
719 "type": "string"
720 }
721 },
722 "path": "v1beta/{+parent}/prices",
723 "response": {
724 "$ref": "GoogleCloudBillingPricesV1betaListPricesResponse"
725 },
726 "scopes": [
727 "https://www.googleapis.com/auth/cloud-billing",
728 "https://www.googleapis.com/auth/cloud-billing.readonly",
729 "https://www.googleapis.com/auth/cloud-platform"
730 ]
731 }
732 }
733 }
734 }
735 },
736 "v1beta": {
737 "methods": {
738 "estimateCostScenario": {
739 "description": "Estimate list prices using a `CostScenario` without a defined `billingAccount`.",
740 "flatPath": "v1beta:estimateCostScenario",
741 "httpMethod": "POST",
742 "id": "cloudbilling.estimateCostScenario",
743 "parameterOrder": [],
744 "parameters": {},
745 "path": "v1beta:estimateCostScenario",
746 "request": {
747 "$ref": "EstimateCostScenarioWithListPriceRequest"
748 },
749 "response": {
750 "$ref": "EstimateCostScenarioWithListPriceResponse"
751 },
752 "scopes": [
753 "https://www.googleapis.com/auth/cloud-billing",
754 "https://www.googleapis.com/auth/cloud-billing.readonly",
755 "https://www.googleapis.com/auth/cloud-platform"
756 ]
757 }
758 }
759 }
760 },
761 "revision": "20240412",
762 "rootUrl": "https://cloudbilling.googleapis.com/",
763 "schemas": {
764 "CacheFillRegions": {
765 "description": "Specifies the regions for Cache Fill.",
766 "id": "CacheFillRegions",
767 "properties": {
768 "destinationRegion": {
769 "description": "The destination region for cache fill.",
770 "enum": [
771 "CACHE_FILL_DESTINATION_REGION_UNSPECIFIED",
772 "CACHE_FILL_DESTINATION_REGION_ASIA_PACIFIC",
773 "CACHE_FILL_DESTINATION_REGION_EUROPE",
774 "CACHE_FILL_DESTINATION_REGION_NORTH_AMERICA",
775 "CACHE_FILL_DESTINATION_REGION_OCEANIA",
776 "CACHE_FILL_DESTINATION_REGION_SOUTH_AMERICA",
777 "CACHE_FILL_DESTINATION_REGION_CHINA",
778 "CACHE_FILL_DESTINATION_REGION_OTHERS"
779 ],
780 "enumDescriptions": [
781 "Not specified",
782 "Asia Pacific",
783 "Europe",
784 "North America",
785 "Oceania",
786 "South America",
787 "China",
788 "Others"
789 ],
790 "type": "string"
791 },
792 "sourceRegion": {
793 "description": "The source region for cache fill.",
794 "enum": [
795 "CACHE_FILL_SOURCE_REGION_UNSPECIFIED",
796 "CACHE_FILL_REGION_ASIA_PACIFIC",
797 "CACHE_FILL_SOURCE_REGION_EUROPE",
798 "CACHE_FILL_SOURCE_REGION_NORTH_AMERICA",
799 "CACHE_FILL_SOURCE_REGION_OCEANIA",
800 "CACHE_FILL_SOURCE_REGION_SOUTH_AMERICA"
801 ],
802 "enumDescriptions": [
803 "Not specified",
804 "Asia Pacific",
805 "Europe",
806 "North America",
807 "Oceania",
808 "South America"
809 ],
810 "type": "string"
811 }
812 },
813 "type": "object"
814 },
815 "CloudCdnEgressWorkload": {
816 "description": "Specifies usage for Cloud CDN Data Transfer.",
817 "id": "CloudCdnEgressWorkload",
818 "properties": {
819 "cacheEgressDestination": {
820 "description": "The destination for the cache data transfer.",
821 "enum": [
822 "CACHE_EGRESS_DESTINATION_UNSPECIFIED",
823 "CACHE_EGRESS_DESTINATION_ASIA_PACIFIC",
824 "CACHE_EGRESS_DESTINATION_CHINA",
825 "CACHE_EGRESS_DESTINATION_EUROPE",
826 "CACHE_EGRESS_DESTINATION_NORTH_AMERICA",
827 "CACHE_EGRESS_DESTINATION_OCEANIA",
828 "CACHE_EGRESS_DESTINATION_LATIN_AMERICA",
829 "CACHE_EGRESS_DESTINATION_OTHER_DESTINATIONS"
830 ],
831 "enumDescriptions": [
832 "Unspecified.",
833 "Asia Pacific.",
834 "China.",
835 "Europe.",
836 "North America.",
837 "Oceania including Australia, New Zealand, and surrounding Pacific Ocean islands such as Papua New Guinea and Fiji. This region excludes Hawaii.",
838 "Latin America (Including the Caribbean, South America and Central America.)",
839 "All other destinations (including Africa and Antarctica)"
840 ],
841 "type": "string"
842 },
843 "cacheEgressRate": {
844 "$ref": "Usage",
845 "description": "Cache data transfer usage. The rate of data cache transferred to the destination. Use units such as GiBy/s or TiBy/mo, based on [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
846 }
847 },
848 "type": "object"
849 },
850 "CloudCdnWorkload": {
851 "description": "Specifies usage for Cloud CDN resources.",
852 "id": "CloudCdnWorkload",
853 "properties": {
854 "cacheFillOriginService": {
855 "description": "The source service for the cache fill.",
856 "enum": [
857 "CACHE_FILL_ORIGIN_SERVICE_UNSPECIFIED",
858 "CACHE_FILL_ORIGIN_SERVICE_GOOGLE_CLOUD_STORAGE_BUCKET",
859 "CACHE_FILL_ORIGIN_SERVICE_BACKEND_SERVICE"
860 ],
861 "enumDescriptions": [
862 "Not specified.",
863 "Origin service is Google Cloud Storage.",
864 "Origin service is backend service, such as Compute VMs, external backend, etc."
865 ],
866 "type": "string"
867 },
868 "cacheFillRate": {
869 "$ref": "Usage",
870 "description": "Cache fill usage. The rate of data transferred between cache fill regions. For example: units such as \"GiBy/s\" or \"TBy/mo\"."
871 },
872 "cacheFillRegions": {
873 "$ref": "CacheFillRegions",
874 "description": "The regions where data is transferred from Google data locations into Google global cache servers. The SKU prices for cache fill across services are the same."
875 },
876 "cacheLookUpRate": {
877 "$ref": "Usage",
878 "description": "Cache look up requests. This is specified to indicate the number of requests. For example: units such as \"1/s\"."
879 }
880 },
881 "type": "object"
882 },
883 "CloudInterconnectEgressWorkload": {
884 "description": "Includes the estimate for Interconnect Data Transfer only. To specify usage for data transfer between VMs and internet end-points, use the Standard Tier Internet Data Transfer interface.",
885 "id": "CloudInterconnectEgressWorkload",
886 "properties": {
887 "egressRate": {
888 "$ref": "Usage",
889 "description": "Outbound data transfer usage. This usage applies when you move or copy data from one Google Cloud service to another service. The units are GiBy/s, By/s, and so on, based on [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
890 },
891 "interconnectConnectionLocation": {
892 "description": "Locations in the [Interconnect connection location table](https://cloud.google.com/vpc/network-pricing#interconnect-pricing). These are the Interconnect Data Transfer charges.",
893 "enum": [
894 "INTERCONNECT_CONNECTION_LOCATION_UNSPECIFIED",
895 "INTERCONNECT_CONNECTION_LOCATION_ASIA",
896 "INTERCONNECT_CONNECTION_LOCATION_EUROPE",
897 "INTERCONNECT_CONNECTION_LOCATION_NORTH_AMERICA",
898 "INTERCONNECT_CONNECTION_LOCATION_SOUTH_AMERICA",
899 "INTERCONNECT_CONNECTION_LOCATION_AUSTRALIA"
900 ],
901 "enumDescriptions": [
902 "Unspecified.",
903 "Asia.",
904 "Europe.",
905 "North America.",
906 "South America.",
907 "Australia."
908 ],
909 "type": "string"
910 }
911 },
912 "type": "object"
913 },
914 "CloudInterconnectWorkload": {
915 "description": "Specifies usage for Cloud Interconnect resources.",
916 "id": "CloudInterconnectWorkload",
917 "properties": {
918 "interconnectAttachments": {
919 "description": "VLAN attachment used for interconnect.",
920 "items": {
921 "$ref": "VlanAttachment"
922 },
923 "type": "array"
924 },
925 "interconnectType": {
926 "description": "VLAN attachment type",
927 "enum": [
928 "INTERCONNECT_TYPE_UNSPECIFIED",
929 "INTERCONNECT_TYPE_DEDICATED",
930 "INTERCONNECT_TYPE_PARTNER"
931 ],
932 "enumDescriptions": [
933 "Unspecified",
934 "Type is dedicated",
935 "Type is partner"
936 ],
937 "type": "string"
938 },
939 "linkType": {
940 "description": "Interconnect circuit link type.",
941 "enum": [
942 "LINK_TYPE_UNSPECIFIED",
943 "LINK_TYPE_ETHERNET_10G_LR",
944 "LINK_TYPE_ETHERNET_100G_LR"
945 ],
946 "enumDescriptions": [
947 "Unspecified",
948 "Link type is 10 Gbps.",
949 "Link type is 100 Gbps."
950 ],
951 "type": "string"
952 },
953 "provisionedLinkCount": {
954 "$ref": "Usage",
955 "description": "Interconnect usage. This is specified as a unitless quantity which indicates the number of circuit provisioned in interconnect."
956 }
957 },
958 "type": "object"
959 },
960 "CloudStorageEgressWorkload": {
961 "description": "Specification of a network type. Network data transfer within Google Cloud applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket.This includes the network data transfer within Google Cloud and the general network usage.",
962 "id": "CloudStorageEgressWorkload",
963 "properties": {
964 "destinationContinent": {
965 "description": "Where the data is sent to.",
966 "enum": [
967 "DESTINATION_CONTINENT_UNSPECIFIED",
968 "DESTINATION_CONTINENT_ASIA_PACIFIC",
969 "DESTINATION_CONTINENT_AUTRALIA",
970 "DESTINATION_CONTINENT_EUROPE",
971 "DESTINATION_CONTINENT_NORTH_AMERICA",
972 "DESTINATION_CONTINENT_SOUTH_AMERICA"
973 ],
974 "enumDescriptions": [
975 "Not specified.",
976 "Asia Pacific.",
977 "Australia.",
978 "Europe.",
979 "North America.",
980 "South America"
981 ],
982 "type": "string"
983 },
984 "egressRate": {
985 "$ref": "Usage",
986 "description": "Data transfer usage rate. This usage applies when you move or copy data from one Cloud Storage bucket to another or when another Google Cloud service accesses data in your Cloud Storage bucket. The expected units are GiBy/s, By/s, and so on, based on [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
987 },
988 "sourceContinent": {
989 "description": "Where the data comes from.",
990 "enum": [
991 "SOURCE_CONTINENT_UNSPECIFIED",
992 "SOURCE_CONTINENT_ASIA_PACIFIC",
993 "SOURCE_CONTINENT_AUSTRALIA",
994 "SOURCE_CONTINENT_EUROPE",
995 "SOURCE_CONTINENT_NORTH_AMERICA",
996 "SOURCE_CONTINENT_SOUTH_AMERICA"
997 ],
998 "enumDescriptions": [
999 "Not specified.",
1000 "Asia Pacific.",
1001 "Australia.",
1002 "Europe.",
1003 "North America.",
1004 "South America."
1005 ],
1006 "type": "string"
1007 }
1008 },
1009 "type": "object"
1010 },
1011 "CloudStorageWorkload": {
1012 "description": "Specifies usage of Cloud Storage resources.",
1013 "id": "CloudStorageWorkload",
1014 "properties": {
1015 "dataRetrieval": {
1016 "$ref": "Usage",
1017 "description": "Data retrieval usage. A retrieval cost applies when data or metadata is read, copied, or rewritten . For example: units such as \"GiB/s\" or \"B/s\"."
1018 },
1019 "dataStored": {
1020 "$ref": "Usage",
1021 "description": "Data storage usage. The amount of data stored in buckets. For example: units such as GiBy/s or TiBy/mo, based on [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
1022 },
1023 "dualRegion": {
1024 "$ref": "DualRegional",
1025 "description": "Specify dual regions."
1026 },
1027 "multiRegion": {
1028 "$ref": "MultiRegional",
1029 "description": "Specify multi regions."
1030 },
1031 "operationA": {
1032 "$ref": "Usage",
1033 "description": "Class A operation usage in Cloud Storage, such as listing the objects in buckets. See the [operations pricing](https://cloud.google.com/storage/pricing#operations-pricing) tables for a list of which operations fall into each class. For example: units such as \"1/s\"."
1034 },
1035 "operationB": {
1036 "$ref": "Usage",
1037 "description": "Class B operation usage in Cloud Storage, such as `getIamPolicy`. See the [operations pricing](https://cloud.google.com/storage/pricing#operations-pricing) tables for a list of which operations fall into each class. For example: units such as \"1/s\"."
1038 },
1039 "region": {
1040 "$ref": "Regional",
1041 "description": "Specify a single region."
1042 },
1043 "storageClass": {
1044 "description": "The [storage class](https://cloud.google.com/storage/docs/storage-classes#classes) of the data and operation. For example: \"standard\" and \"nearline\".",
1045 "type": "string"
1046 }
1047 },
1048 "type": "object"
1049 },
1050 "Commitment": {
1051 "description": "Commitments give you the ability to pay a recurring fee in exchange for a benefit, such as a discount for your use. For example, this object might contain details of a [spend-based committed use discount (CUD)](https://cloud.google.com/docs/cuds#spend_based_commitments). Within a CostScenario, adding a commitment includes the cost of the commitment and any discounts.",
1052 "id": "Commitment",
1053 "properties": {
1054 "name": {
1055 "description": "Required. A name for this commitment. All commitments in a CostScenario must have unique names. Each name may be at most 128 characters long.",
1056 "type": "string"
1057 },
1058 "vmResourceBasedCud": {
1059 "$ref": "VmResourceBasedCud",
1060 "description": "A resource-based committed use discount (CUD)."
1061 }
1062 },
1063 "type": "object"
1064 },
1065 "CommitmentCostEstimate": {
1066 "description": "Estimated cost for a commitment.",
1067 "id": "CommitmentCostEstimate",
1068 "properties": {
1069 "commitmentTotalCostEstimate": {
1070 "$ref": "CostEstimate",
1071 "description": "Total estimated costs for the commitment."
1072 },
1073 "name": {
1074 "description": "The name of the commitment, as specified in the `CostScenario`.",
1075 "type": "string"
1076 },
1077 "skuCostEstimates": {
1078 "description": "Estimated costs for each SKU in the commitment.",
1079 "items": {
1080 "$ref": "SkuCostEstimate"
1081 },
1082 "type": "array"
1083 }
1084 },
1085 "type": "object"
1086 },
1087 "ComputeVmWorkload": {
1088 "description": "Specificies usage of a set of identical compute VM instances.",
1089 "id": "ComputeVmWorkload",
1090 "properties": {
1091 "enableConfidentialCompute": {
1092 "description": "Defines whether each instance has confidential compute enabled.",
1093 "type": "boolean"
1094 },
1095 "guestAccelerator": {
1096 "$ref": "GuestAccelerator",
1097 "description": "Guest accelerators attached to each machine."
1098 },
1099 "instancesRunning": {
1100 "$ref": "Usage",
1101 "description": "VM usage. This is specified as a unitless quantity which indicates the number of instances running."
1102 },
1103 "licenses": {
1104 "description": "Premium image licenses used by each instance.",
1105 "items": {
1106 "type": "string"
1107 },
1108 "type": "array"
1109 },
1110 "machineType": {
1111 "$ref": "MachineType",
1112 "description": "The machine type."
1113 },
1114 "persistentDisks": {
1115 "description": "Persistent disks attached to each instance. Must include a boot disk.",
1116 "items": {
1117 "$ref": "PersistentDisk"
1118 },
1119 "type": "array"
1120 },
1121 "preemptible": {
1122 "description": "Defines whether each instance is preemptible.",
1123 "type": "boolean"
1124 },
1125 "region": {
1126 "description": "The [region](https://cloud.google.com/compute/docs/regions-zones) where the VMs run. For example: \"us-central1\".",
1127 "type": "string"
1128 }
1129 },
1130 "type": "object"
1131 },
1132 "CostEstimate": {
1133 "description": "An estimated cost.",
1134 "id": "CostEstimate",
1135 "properties": {
1136 "creditEstimates": {
1137 "description": "The estimated credits applied.",
1138 "items": {
1139 "$ref": "CreditEstimate"
1140 },
1141 "type": "array"
1142 },
1143 "netCostEstimate": {
1144 "$ref": "Money",
1145 "description": "The estimated net cost after applying credits."
1146 },
1147 "preCreditCostEstimate": {
1148 "$ref": "Money",
1149 "description": "The estimated cost prior to applying credits."
1150 }
1151 },
1152 "type": "object"
1153 },
1154 "CostEstimationResult": {
1155 "description": "The result of a estimating the costs of a `CostScenario`.",
1156 "id": "CostEstimationResult",
1157 "properties": {
1158 "currencyCode": {
1159 "description": "Required. The ISO 4217 currency code for the cost estimate.",
1160 "type": "string"
1161 },
1162 "segmentCostEstimates": {
1163 "description": "Required. Estimated costs for each idealized month of a `CostScenario`.",
1164 "items": {
1165 "$ref": "SegmentCostEstimate"
1166 },
1167 "type": "array"
1168 },
1169 "skus": {
1170 "description": "Required. Information about SKUs used in the estimate.",
1171 "items": {
1172 "$ref": "Sku"
1173 },
1174 "type": "array"
1175 }
1176 },
1177 "type": "object"
1178 },
1179 "CostScenario": {
1180 "description": "Encapsulates all the information needed to perform a cost estimate. It includes a specification of the Google Cloud usage whose costs are estimated, and configuration options.",
1181 "id": "CostScenario",
1182 "properties": {
1183 "commitments": {
1184 "description": "New commitments to estimate the costs for. The cost of the commitments will be included in the estimate result and discounts the commitment entitles will be included in the workload cost estimates. A maximum of 100 workloads can be provided.",
1185 "items": {
1186 "$ref": "Commitment"
1187 },
1188 "type": "array"
1189 },
1190 "scenarioConfig": {
1191 "$ref": "ScenarioConfig",
1192 "description": "Configuration for the scenario."
1193 },
1194 "workloads": {
1195 "description": "The Google Cloud usage whose costs are estimated. A maximum of 100 workloads can be provided.",
1196 "items": {
1197 "$ref": "Workload"
1198 },
1199 "type": "array"
1200 }
1201 },
1202 "type": "object"
1203 },
1204 "CreditEstimate": {
1205 "description": "An estimated credit applied to the costs on a SKU.",
1206 "id": "CreditEstimate",
1207 "properties": {
1208 "creditAmount": {
1209 "$ref": "Money",
1210 "description": "The estimated credit amount."
1211 },
1212 "creditDescription": {
1213 "description": "The credit description.",
1214 "type": "string"
1215 },
1216 "creditType": {
1217 "description": "The credit type.",
1218 "type": "string"
1219 }
1220 },
1221 "type": "object"
1222 },
1223 "CustomMachineType": {
1224 "description": "Specification of a custom machine type.",
1225 "id": "CustomMachineType",
1226 "properties": {
1227 "machineSeries": {
1228 "description": "Required. The machine series. Only certain [machine series](https://cloud.google.com/compute/docs/general-purpose-machines#custom_machine_types) support custom configurations. For example: \"n1\".",
1229 "type": "string"
1230 },
1231 "memorySizeGb": {
1232 "description": "Required. Memory size of the VM in GB (2^30 bytes). Must be an increment of 0.25 (256 MB). Each [machine series](https://cloud.google.com/compute/docs/machine-types#machine_type_comparison) has limitations on allowed values for the ratio of memory-to-vCPU count.",
1233 "format": "double",
1234 "type": "number"
1235 },
1236 "virtualCpuCount": {
1237 "description": "Required. The number of vCPUs. The allowed values depend on the [machine series](https://cloud.google.com/compute/docs/machine-types#machine_type_comparison).",
1238 "format": "int64",
1239 "type": "string"
1240 }
1241 },
1242 "type": "object"
1243 },
1244 "Decimal": {
1245 "description": "A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's BigDecimal or Python's decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.org/3/library/decimal.html",
1246 "id": "Decimal",
1247 "properties": {
1248 "value": {
1249 "description": "The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits (\"the integer\"), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -\u003e `2.5`). - Replacing a zero-length integer value with `0` (`.5` -\u003e `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -\u003e `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -\u003e `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` \u003c-\u003e `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | 'E') [Sign] Digits; Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range.",
1250 "type": "string"
1251 }
1252 },
1253 "type": "object"
1254 },
1255 "DualRegional": {
1256 "description": "Area contains dual locations.",
1257 "id": "DualRegional",
1258 "properties": {
1259 "name": {
1260 "description": "The [location name](https://cloud.google.com/storage/docs/locations#available-locations) where the data is stored. For example: \"asia1\" for dual region.",
1261 "type": "string"
1262 }
1263 },
1264 "type": "object"
1265 },
1266 "EstimateCostScenarioForBillingAccountRequest": {
1267 "description": "Request for EstimateCostScenarioForBillingAccount.",
1268 "id": "EstimateCostScenarioForBillingAccountRequest",
1269 "properties": {
1270 "costScenario": {
1271 "$ref": "CostScenario",
1272 "description": "The scenario to estimate costs for."
1273 }
1274 },
1275 "type": "object"
1276 },
1277 "EstimateCostScenarioForBillingAccountResponse": {
1278 "description": "Response for EstimateCostScenarioForBillingAccount",
1279 "id": "EstimateCostScenarioForBillingAccountResponse",
1280 "properties": {
1281 "costEstimationResult": {
1282 "$ref": "CostEstimationResult",
1283 "description": "The result of the cost estimation."
1284 }
1285 },
1286 "type": "object"
1287 },
1288 "EstimateCostScenarioWithListPriceRequest": {
1289 "description": "Request for EstimateCostScenarioWithListPrice.",
1290 "id": "EstimateCostScenarioWithListPriceRequest",
1291 "properties": {
1292 "costScenario": {
1293 "$ref": "CostScenario",
1294 "description": "The scenario to estimate costs for."
1295 }
1296 },
1297 "type": "object"
1298 },
1299 "EstimateCostScenarioWithListPriceResponse": {
1300 "description": "Response for EstimateCostScenarioWithListPrice",
1301 "id": "EstimateCostScenarioWithListPriceResponse",
1302 "properties": {
1303 "costEstimationResult": {
1304 "$ref": "CostEstimationResult",
1305 "description": "The result of the cost estimation."
1306 }
1307 },
1308 "type": "object"
1309 },
1310 "EstimationTimePoint": {
1311 "description": "Represents a point in time.",
1312 "id": "EstimationTimePoint",
1313 "properties": {
1314 "estimationTimeFrameOffset": {
1315 "description": "The point in time, relative to the start of the time frame covered by the cost estimate.",
1316 "format": "google-duration",
1317 "type": "string"
1318 }
1319 },
1320 "type": "object"
1321 },
1322 "GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo": {
1323 "description": "Encapsulates the aggregation information such as aggregation level and interval for a billing account price.",
1324 "id": "GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo",
1325 "properties": {
1326 "interval": {
1327 "description": "Interval at which usage is aggregated to compute cost. Example: \"MONTHLY\" interval indicates that usage is aggregated every month.",
1328 "enum": [
1329 "INTERVAL_UNSPECIFIED",
1330 "INTERVAL_MONTHLY",
1331 "INTERVAL_DAILY"
1332 ],
1333 "enumDescriptions": [
1334 "Default unspecified value.",
1335 "Usage is aggregated every month.",
1336 "Usage is aggregated every day."
1337 ],
1338 "type": "string"
1339 },
1340 "level": {
1341 "description": "Level at which usage is aggregated to compute cost. Example: \"ACCOUNT\" level indicates that usage is aggregated across all projects in a single account.",
1342 "enum": [
1343 "LEVEL_UNSPECIFIED",
1344 "LEVEL_ACCOUNT",
1345 "LEVEL_PROJECT"
1346 ],
1347 "enumDescriptions": [
1348 "Default unspecified value.",
1349 "Usage is aggregated at an account level.",
1350 "Usage is aggregated at a project level."
1351 ],
1352 "type": "string"
1353 }
1354 },
1355 "type": "object"
1356 },
1357 "GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice": {
1358 "description": "Encapsulates the latest price for a billing account SKU.",
1359 "id": "GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice",
1360 "properties": {
1361 "currencyCode": {
1362 "description": "ISO-4217 currency code for the price.",
1363 "type": "string"
1364 },
1365 "name": {
1366 "description": "Resource name for the latest billing account price.",
1367 "type": "string"
1368 },
1369 "priceReason": {
1370 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaPriceReason",
1371 "description": "Background information on the origin of the price."
1372 },
1373 "rate": {
1374 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaRate",
1375 "description": "Rate price metadata. Billing account SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers."
1376 },
1377 "valueType": {
1378 "description": "Type of the price. The possible values are: [\"unspecified\", \"rate\"].",
1379 "type": "string"
1380 }
1381 },
1382 "type": "object"
1383 },
1384 "GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice": {
1385 "description": "Encapsulates a default price which is the current list price.",
1386 "id": "GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice",
1387 "properties": {},
1388 "type": "object"
1389 },
1390 "GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount": {
1391 "description": "Encapsulates a discount off the list price, anchored to the list price as of a fixed time.",
1392 "id": "GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount",
1393 "properties": {
1394 "discountPercent": {
1395 "$ref": "Decimal",
1396 "description": "Percentage of the fixed discount."
1397 },
1398 "discountScopeType": {
1399 "description": "Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'.",
1400 "type": "string"
1401 },
1402 "fixTime": {
1403 "description": "Time that the fixed discount is anchored to.",
1404 "format": "google-datetime",
1405 "type": "string"
1406 },
1407 "skuGroup": {
1408 "description": "SKU group where the fixed discount comes from.",
1409 "type": "string"
1410 }
1411 },
1412 "type": "object"
1413 },
1414 "GoogleCloudBillingBillingaccountpricesV1betaFixedPrice": {
1415 "description": "Encapsulates a set fixed price applicable during the terms of a contract agreement.",
1416 "id": "GoogleCloudBillingBillingaccountpricesV1betaFixedPrice",
1417 "properties": {},
1418 "type": "object"
1419 },
1420 "GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount": {
1421 "description": "Encapsulates a discount off the current list price, not anchored to any list price as of a fixed time.",
1422 "id": "GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount",
1423 "properties": {
1424 "discountPercent": {
1425 "$ref": "Decimal",
1426 "description": "Percentage of the floating discount."
1427 },
1428 "discountScopeType": {
1429 "description": "Type of the floating discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'.",
1430 "type": "string"
1431 },
1432 "skuGroup": {
1433 "description": "SKU group where the floating discount comes from.",
1434 "type": "string"
1435 }
1436 },
1437 "type": "object"
1438 },
1439 "GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse": {
1440 "description": "Response message for ListBillingAccountPrices.",
1441 "id": "GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse",
1442 "properties": {
1443 "billingAccountPrices": {
1444 "description": "The returned billing account prices.",
1445 "items": {
1446 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice"
1447 },
1448 "type": "array"
1449 },
1450 "nextPageToken": {
1451 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1452 "type": "string"
1453 }
1454 },
1455 "type": "object"
1456 },
1457 "GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling": {
1458 "description": "Encapsulates a contract feature that the list price (DefaultPrice) will be used for the price if the current list price drops lower than the custom fixed price. Available to new contracts after March 21, 2022. Applies to all fixed price SKUs in the contract, including FixedPrice, FixedDiscount, MigratedPrice, and MergedPrice.",
1459 "id": "GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling",
1460 "properties": {},
1461 "type": "object"
1462 },
1463 "GoogleCloudBillingBillingaccountpricesV1betaMergedPrice": {
1464 "description": "Encapsulates a price after merging from multiple sources. With merged tiers, each individual tier can be from a different source with different discount types.",
1465 "id": "GoogleCloudBillingBillingaccountpricesV1betaMergedPrice",
1466 "properties": {},
1467 "type": "object"
1468 },
1469 "GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice": {
1470 "description": "Encapsulates a price migrated from other SKUs.",
1471 "id": "GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice",
1472 "properties": {
1473 "sourceSku": {
1474 "description": "Source SKU where the discount is migrated from. Format: billingAccounts/{billing_account}/skus/{sku}",
1475 "type": "string"
1476 }
1477 },
1478 "type": "object"
1479 },
1480 "GoogleCloudBillingBillingaccountpricesV1betaPriceReason": {
1481 "description": "Encapsulates a price reason which contains background information about the origin of the price.",
1482 "id": "GoogleCloudBillingBillingaccountpricesV1betaPriceReason",
1483 "properties": {
1484 "defaultPrice": {
1485 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaDefaultPrice",
1486 "description": "Default price which is the current list price."
1487 },
1488 "fixedDiscount": {
1489 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount",
1490 "description": "Discount off the list price, anchored to the list price as of a fixed time."
1491 },
1492 "fixedPrice": {
1493 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaFixedPrice",
1494 "description": "Fixed price applicable during the terms of a contract agreement."
1495 },
1496 "floatingDiscount": {
1497 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount",
1498 "description": "Discount off the current list price, not anchored to any list price as of a fixed time."
1499 },
1500 "listPriceAsCeiling": {
1501 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaListPriceAsCeiling",
1502 "description": "Contract feature that the list price (DefaultPrice) will be used for the price if the current list price drops lower than the custom fixed price. Available to new contracts after March 21, 2022. Applies to all fixed price SKUs in the contract, including FixedPrice, FixedDiscount, MigratedPrice, and MergedPrice."
1503 },
1504 "mergedPrice": {
1505 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaMergedPrice",
1506 "description": "Price after merging from multiple sources."
1507 },
1508 "migratedPrice": {
1509 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice",
1510 "description": "Price migrated from other SKUs."
1511 },
1512 "type": {
1513 "description": "Type of the price reason. It can have values such as 'unspecified', 'default-price', 'fixed-price', 'fixed-discount', 'floating-discount', 'migrated-price', 'merged-price', 'list-price-as-ceiling'.",
1514 "type": "string"
1515 }
1516 },
1517 "type": "object"
1518 },
1519 "GoogleCloudBillingBillingaccountpricesV1betaRate": {
1520 "description": "Encapsulates a `Rate` price. Billing account SKUs with `Rate` price are offered by pricing tiers. The price have 1 or more rate pricing tiers.",
1521 "id": "GoogleCloudBillingBillingaccountpricesV1betaRate",
1522 "properties": {
1523 "aggregationInfo": {
1524 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo",
1525 "description": "Aggregation info for tiers such as aggregation level and interval."
1526 },
1527 "tiers": {
1528 "description": "All tiers associated with the `Rate` price.",
1529 "items": {
1530 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaRateTier"
1531 },
1532 "type": "array"
1533 },
1534 "unitInfo": {
1535 "$ref": "GoogleCloudBillingBillingaccountpricesV1betaUnitInfo",
1536 "description": "Unit info such as name and quantity."
1537 }
1538 },
1539 "type": "object"
1540 },
1541 "GoogleCloudBillingBillingaccountpricesV1betaRateTier": {
1542 "description": "Encapsulates a rate price tier.",
1543 "id": "GoogleCloudBillingBillingaccountpricesV1betaRateTier",
1544 "properties": {
1545 "contractPrice": {
1546 "$ref": "Money",
1547 "description": "Negotiated contract price specific for a billing account."
1548 },
1549 "effectiveDiscountPercent": {
1550 "$ref": "Decimal",
1551 "description": "Percentage of effective discount calculated using the current list price per pricing tier. Formula used: effective_discount_percent = (list_price - contract_price) / list_price × 100 If list_price and contract_price are zero, this field is the same as `discount_percent` of FixedDiscount and FloatingDiscount. If your contract does NOT have the feature LIST_PRICE_AS_CEILING enabled, the effective_discount_percent can be negative if the SKU has a FixedDiscount and the current list price is lower than the list price on the date of the contract agreement. See the `FixedDiscount.fix_time` on when the discount was set. If you have questions regarding pricing per SKU, contact your Account team for more details."
1552 },
1553 "listPrice": {
1554 "$ref": "Money",
1555 "description": "List price of one tier."
1556 },
1557 "startAmount": {
1558 "$ref": "Decimal",
1559 "description": "Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100."
1560 }
1561 },
1562 "type": "object"
1563 },
1564 "GoogleCloudBillingBillingaccountpricesV1betaUnitInfo": {
1565 "description": "Encapsulates the unit information for a Rate",
1566 "id": "GoogleCloudBillingBillingaccountpricesV1betaUnitInfo",
1567 "properties": {
1568 "unit": {
1569 "description": "Shorthand for the unit. Example: GiBy.mo.",
1570 "type": "string"
1571 },
1572 "unitDescription": {
1573 "description": "Human-readable description of the unit. Example: gibibyte month.",
1574 "type": "string"
1575 },
1576 "unitQuantity": {
1577 "$ref": "Decimal",
1578 "description": "Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000."
1579 }
1580 },
1581 "type": "object"
1582 },
1583 "GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService": {
1584 "description": "Encapsulates a Google Cloud service visible to a billing account.",
1585 "id": "GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService",
1586 "properties": {
1587 "displayName": {
1588 "description": "Description of the BillingAccountService. Example: \"BigQuery\", \"Compute Engine\".",
1589 "type": "string"
1590 },
1591 "name": {
1592 "description": "Resource name for the BillingAccountService. Example: \"billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397\".",
1593 "type": "string"
1594 },
1595 "serviceId": {
1596 "description": "Identifier for the service. It is the string after the collection identifier \"services/\". Example: \"DA34-426B-A397\".",
1597 "type": "string"
1598 }
1599 },
1600 "type": "object"
1601 },
1602 "GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse": {
1603 "description": "Response message for ListBillingAccountServices.",
1604 "id": "GoogleCloudBillingBillingaccountservicesV1betaListBillingAccountServicesResponse",
1605 "properties": {
1606 "billingAccountServices": {
1607 "description": "The returned billing account services.",
1608 "items": {
1609 "$ref": "GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService"
1610 },
1611 "type": "array"
1612 },
1613 "nextPageToken": {
1614 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1615 "type": "string"
1616 }
1617 },
1618 "type": "object"
1619 },
1620 "GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup": {
1621 "description": "Encapsulates a stock keeping (SKU) group visible to a billing account. A SKU group represents a collection of SKUs that are related to each other. For example, the `AI Platform APIs` SKU group includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.",
1622 "id": "GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup",
1623 "properties": {
1624 "displayName": {
1625 "description": "Description of the BillingAccountSkuGroup. Example: \"A2 VMs (1 Year CUD)\".",
1626 "type": "string"
1627 },
1628 "name": {
1629 "description": "Resource name for the BillingAccountSkuGroup. Example: \"billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301\".",
1630 "type": "string"
1631 }
1632 },
1633 "type": "object"
1634 },
1635 "GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse": {
1636 "description": "Response message for ListBillingAccountSkuGroups.",
1637 "id": "GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse",
1638 "properties": {
1639 "billingAccountSkuGroups": {
1640 "description": "The returned publicly listed billing account SKU groups.",
1641 "items": {
1642 "$ref": "GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup"
1643 },
1644 "type": "array"
1645 },
1646 "nextPageToken": {
1647 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1648 "type": "string"
1649 }
1650 },
1651 "type": "object"
1652 },
1653 "GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku": {
1654 "description": "Encapsulates a SKU that is part of a billing account SKU group.",
1655 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku",
1656 "properties": {
1657 "billingAccountService": {
1658 "description": "BillingAccountService that the BillingAccountSkuGroupSku belongs to.",
1659 "type": "string"
1660 },
1661 "displayName": {
1662 "description": "Description of the BillingAccountSkuGroupSku. Example: \"A2 Instance Core running in Hong Kong\".",
1663 "type": "string"
1664 },
1665 "geoTaxonomy": {
1666 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy",
1667 "description": "Geographic metadata that applies to the BillingAccountSkuGroupSku."
1668 },
1669 "name": {
1670 "description": "Resource name for the BillingAccountSkuGroupSku. Example: \"billingAccounts/012345-567890-ABCDEF/skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301/skus/AA95-CD31-42FE\".",
1671 "type": "string"
1672 },
1673 "productTaxonomy": {
1674 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy",
1675 "description": "List of product categories that apply to the BillingAccountSkuGroupSku."
1676 },
1677 "skuId": {
1678 "description": "Unique identifier for the SKU. It is the string after the collection identifier \"skus/\" Example: \"AA95-CD31-42FE\".",
1679 "type": "string"
1680 }
1681 },
1682 "type": "object"
1683 },
1684 "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy": {
1685 "description": "Encapsulates geographic metadata, such as regions and multi-regions like `us-east4` or `European Union`.",
1686 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomy",
1687 "properties": {
1688 "globalMetadata": {
1689 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal",
1690 "description": "Global geographic metadata with no regions."
1691 },
1692 "multiRegionalMetadata": {
1693 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional",
1694 "description": "Multi-regional geographic metadata with 2 or more regions."
1695 },
1696 "regionalMetadata": {
1697 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional",
1698 "description": "Regional geographic metadata with 1 region."
1699 },
1700 "type": {
1701 "description": "Type of geographic taxonomy associated with the billing account SKU group SKU.",
1702 "enum": [
1703 "TYPE_UNSPECIFIED",
1704 "TYPE_GLOBAL",
1705 "TYPE_REGIONAL",
1706 "TYPE_MULTI_REGIONAL"
1707 ],
1708 "enumDescriptions": [
1709 "Default value. Unspecified type.",
1710 "Global geographic taxonomy with no regions.",
1711 "Regional geographic taxonomy with 1 region.",
1712 "Multi-regional geographic taxonomy with 2 or more regions."
1713 ],
1714 "type": "string"
1715 }
1716 },
1717 "type": "object"
1718 },
1719 "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal": {
1720 "description": "Encapsulates a global geographic taxonomy.",
1721 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyGlobal",
1722 "properties": {},
1723 "type": "object"
1724 },
1725 "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional": {
1726 "description": "Encapsulates a multi-regional geographic taxonomy.",
1727 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyMultiRegional",
1728 "properties": {
1729 "regions": {
1730 "description": "Google Cloud regions associated with the multi-regional geographic taxonomy.",
1731 "items": {
1732 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion"
1733 },
1734 "type": "array"
1735 }
1736 },
1737 "type": "object"
1738 },
1739 "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion": {
1740 "description": "Encapsulates a Google Cloud region.",
1741 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion",
1742 "properties": {
1743 "region": {
1744 "description": "Description of a Google Cloud region. Example: \"us-west2\".",
1745 "type": "string"
1746 }
1747 },
1748 "type": "object"
1749 },
1750 "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional": {
1751 "description": "Encapsulates a regional geographic taxonomy.",
1752 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegional",
1753 "properties": {
1754 "region": {
1755 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaGeoTaxonomyRegion",
1756 "description": "Google Cloud region associated with the regional geographic taxonomy."
1757 }
1758 },
1759 "type": "object"
1760 },
1761 "GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse": {
1762 "description": "Response message for ListBillingAccountSkuGroupSkus.",
1763 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse",
1764 "properties": {
1765 "billingAccountSkuGroupSkus": {
1766 "description": "The returned billing account SKU group SKUs.",
1767 "items": {
1768 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku"
1769 },
1770 "type": "array"
1771 },
1772 "nextPageToken": {
1773 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1774 "type": "string"
1775 }
1776 },
1777 "type": "object"
1778 },
1779 "GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy": {
1780 "description": "Encapsulates product categories, such as `Serverless`, `Cloud Run`, `TaskQueue`, and others.",
1781 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaProductTaxonomy",
1782 "properties": {
1783 "taxonomyCategories": {
1784 "description": "All product categories that the billing account SKU group SKU belong to.",
1785 "items": {
1786 "$ref": "GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory"
1787 },
1788 "type": "array"
1789 }
1790 },
1791 "type": "object"
1792 },
1793 "GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory": {
1794 "description": "Encapsulates a product category.",
1795 "id": "GoogleCloudBillingBillingaccountskugroupskusV1betaTaxonomyCategory",
1796 "properties": {
1797 "category": {
1798 "description": "Name of the product category.",
1799 "type": "string"
1800 }
1801 },
1802 "type": "object"
1803 },
1804 "GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku": {
1805 "description": "Encapsulates a stock keeping unit (SKU) visible to a billing account. A SKU distinctly identifies a resource that you can purchase. For a list of available SKUs, see [SKUs](https://cloud.google.com/skus).",
1806 "id": "GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku",
1807 "properties": {
1808 "billingAccountService": {
1809 "description": "BillingAccountService that the BillingAccountSku belongs to.",
1810 "type": "string"
1811 },
1812 "displayName": {
1813 "description": "Description of the BillingAccountSku. Example: \"A2 Instance Core running in Hong Kong\".",
1814 "type": "string"
1815 },
1816 "geoTaxonomy": {
1817 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy",
1818 "description": "Geographic metadata that applies to the BillingAccountSku."
1819 },
1820 "name": {
1821 "description": "Resource name for the BillingAccountSku. Example: \"billingAccounts/012345-567890-ABCDEF/skus/AA95-CD31-42FE\".",
1822 "type": "string"
1823 },
1824 "productTaxonomy": {
1825 "$ref": "GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy",
1826 "description": "List of product categories that apply to the BillingAccountSku."
1827 },
1828 "skuId": {
1829 "description": "Unique identifier for the SKU. It is the string after the collection identifier \"skus/\" Example: \"AA95-CD31-42FE\".",
1830 "type": "string"
1831 }
1832 },
1833 "type": "object"
1834 },
1835 "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy": {
1836 "description": "Encapsulates geographic metadata, such as regions and multi-regions like `us-east4` or `European Union`.",
1837 "id": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomy",
1838 "properties": {
1839 "globalMetadata": {
1840 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal",
1841 "description": "Global geographic metadata with no regions."
1842 },
1843 "multiRegionalMetadata": {
1844 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional",
1845 "description": "Multi-regional geographic metadata with 2 or more regions."
1846 },
1847 "regionalMetadata": {
1848 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional",
1849 "description": "Regional geographic metadata with 1 region."
1850 },
1851 "type": {
1852 "description": "Type of geographic taxonomy associated with the billing account SKU.",
1853 "enum": [
1854 "TYPE_UNSPECIFIED",
1855 "TYPE_GLOBAL",
1856 "TYPE_REGIONAL",
1857 "TYPE_MULTI_REGIONAL"
1858 ],
1859 "enumDescriptions": [
1860 "Default value. Unspecified type.",
1861 "Global geographic taxonomy with no regions.",
1862 "Regional geographic taxonomy with 1 region.",
1863 "Multi-regional geographic taxonomy with 2 or more regions."
1864 ],
1865 "type": "string"
1866 }
1867 },
1868 "type": "object"
1869 },
1870 "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal": {
1871 "description": "Encapsulates a global geographic taxonomy.",
1872 "id": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyGlobal",
1873 "properties": {},
1874 "type": "object"
1875 },
1876 "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional": {
1877 "description": "Encapsulates a multi-regional geographic taxonomy.",
1878 "id": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyMultiRegional",
1879 "properties": {
1880 "regions": {
1881 "description": "Google Cloud regions associated with the multi-regional geographic taxonomy.",
1882 "items": {
1883 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion"
1884 },
1885 "type": "array"
1886 }
1887 },
1888 "type": "object"
1889 },
1890 "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion": {
1891 "description": "Encapsulates a Google Cloud region.",
1892 "id": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion",
1893 "properties": {
1894 "region": {
1895 "description": "Description of a Google Cloud region. Example: \"us-west2\".",
1896 "type": "string"
1897 }
1898 },
1899 "type": "object"
1900 },
1901 "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional": {
1902 "description": "Encapsulates a regional geographic taxonomy.",
1903 "id": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegional",
1904 "properties": {
1905 "region": {
1906 "$ref": "GoogleCloudBillingBillingaccountskusV1betaGeoTaxonomyRegion",
1907 "description": "Google Cloud region associated with the regional geographic taxonomy."
1908 }
1909 },
1910 "type": "object"
1911 },
1912 "GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse": {
1913 "description": "Response message for ListBillingAccountSkus.",
1914 "id": "GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse",
1915 "properties": {
1916 "billingAccountSkus": {
1917 "description": "The returned billing account SKUs.",
1918 "items": {
1919 "$ref": "GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku"
1920 },
1921 "type": "array"
1922 },
1923 "nextPageToken": {
1924 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1925 "type": "string"
1926 }
1927 },
1928 "type": "object"
1929 },
1930 "GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy": {
1931 "description": "Encapsulates product categories, such as `Serverless`, `Cloud Run`, `TaskQueue`, and others.",
1932 "id": "GoogleCloudBillingBillingaccountskusV1betaProductTaxonomy",
1933 "properties": {
1934 "taxonomyCategories": {
1935 "description": "All product categories that the billing account SKU belong to.",
1936 "items": {
1937 "$ref": "GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory"
1938 },
1939 "type": "array"
1940 }
1941 },
1942 "type": "object"
1943 },
1944 "GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory": {
1945 "description": "Encapsulates a product category.",
1946 "id": "GoogleCloudBillingBillingaccountskusV1betaTaxonomyCategory",
1947 "properties": {
1948 "category": {
1949 "description": "Name of the product category.",
1950 "type": "string"
1951 }
1952 },
1953 "type": "object"
1954 },
1955 "GoogleCloudBillingPricesV1betaAggregationInfo": {
1956 "description": "Encapsulates the aggregation information such as aggregation level and interval for a price.",
1957 "id": "GoogleCloudBillingPricesV1betaAggregationInfo",
1958 "properties": {
1959 "interval": {
1960 "description": "Interval at which usage is aggregated to compute cost. Example: \"MONTHLY\" interval indicates that usage is aggregated every month.",
1961 "enum": [
1962 "INTERVAL_UNSPECIFIED",
1963 "INTERVAL_MONTHLY",
1964 "INTERVAL_DAILY"
1965 ],
1966 "enumDescriptions": [
1967 "Default unspecified value.",
1968 "Usage is aggregated every month.",
1969 "Usage is aggregated every day."
1970 ],
1971 "type": "string"
1972 },
1973 "level": {
1974 "description": "Level at which usage is aggregated to compute cost. Example: \"ACCOUNT\" level indicates that usage is aggregated across all projects in a single account.",
1975 "enum": [
1976 "LEVEL_UNSPECIFIED",
1977 "LEVEL_ACCOUNT",
1978 "LEVEL_PROJECT"
1979 ],
1980 "enumDescriptions": [
1981 "Default unspecified value.",
1982 "Usage is aggregated at an account level.",
1983 "Usage is aggregated at a project level."
1984 ],
1985 "type": "string"
1986 }
1987 },
1988 "type": "object"
1989 },
1990 "GoogleCloudBillingPricesV1betaListPricesResponse": {
1991 "description": "Response message for ListPrices.",
1992 "id": "GoogleCloudBillingPricesV1betaListPricesResponse",
1993 "properties": {
1994 "nextPageToken": {
1995 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
1996 "type": "string"
1997 },
1998 "prices": {
1999 "description": "The returned publicly listed prices.",
2000 "items": {
2001 "$ref": "GoogleCloudBillingPricesV1betaPrice"
2002 },
2003 "type": "array"
2004 }
2005 },
2006 "type": "object"
2007 },
2008 "GoogleCloudBillingPricesV1betaPrice": {
2009 "description": "Encapsulates the latest price for a SKU.",
2010 "id": "GoogleCloudBillingPricesV1betaPrice",
2011 "properties": {
2012 "currencyCode": {
2013 "description": "ISO-4217 currency code for the price.",
2014 "type": "string"
2015 },
2016 "name": {
2017 "description": "Resource name for the latest price.",
2018 "type": "string"
2019 },
2020 "rate": {
2021 "$ref": "GoogleCloudBillingPricesV1betaRate",
2022 "description": "Rate price metadata. SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers."
2023 },
2024 "valueType": {
2025 "description": "Type of the price. It can have values: [\"unspecified\", \"rate\"].",
2026 "type": "string"
2027 }
2028 },
2029 "type": "object"
2030 },
2031 "GoogleCloudBillingPricesV1betaRate": {
2032 "description": "Encapsulates a `Rate` price. SKUs with `Rate` price are offered by pricing tiers. The price have 1 or more rate pricing tiers.",
2033 "id": "GoogleCloudBillingPricesV1betaRate",
2034 "properties": {
2035 "aggregationInfo": {
2036 "$ref": "GoogleCloudBillingPricesV1betaAggregationInfo",
2037 "description": "Aggregation info for tiers such as aggregation level and interval."
2038 },
2039 "tiers": {
2040 "description": "All tiers associated with the `Rate` price.",
2041 "items": {
2042 "$ref": "GoogleCloudBillingPricesV1betaRateTier"
2043 },
2044 "type": "array"
2045 },
2046 "unitInfo": {
2047 "$ref": "GoogleCloudBillingPricesV1betaUnitInfo",
2048 "description": "Unit info such as name and quantity."
2049 }
2050 },
2051 "type": "object"
2052 },
2053 "GoogleCloudBillingPricesV1betaRateTier": {
2054 "description": "Encapsulates a rate price tier.",
2055 "id": "GoogleCloudBillingPricesV1betaRateTier",
2056 "properties": {
2057 "listPrice": {
2058 "$ref": "Money",
2059 "description": "List price of one tier."
2060 },
2061 "startAmount": {
2062 "$ref": "Decimal",
2063 "description": "Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100."
2064 }
2065 },
2066 "type": "object"
2067 },
2068 "GoogleCloudBillingPricesV1betaUnitInfo": {
2069 "description": "Encapsulates the unit information for a Rate",
2070 "id": "GoogleCloudBillingPricesV1betaUnitInfo",
2071 "properties": {
2072 "unit": {
2073 "description": "Shorthand for the unit. Example: GiBy.mo.",
2074 "type": "string"
2075 },
2076 "unitDescription": {
2077 "description": "Human-readable description of the unit. Example: gibibyte month.",
2078 "type": "string"
2079 },
2080 "unitQuantity": {
2081 "$ref": "Decimal",
2082 "description": "Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000."
2083 }
2084 },
2085 "type": "object"
2086 },
2087 "GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse": {
2088 "description": "Response message for ListSkuGroups.",
2089 "id": "GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse",
2090 "properties": {
2091 "nextPageToken": {
2092 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
2093 "type": "string"
2094 },
2095 "skuGroups": {
2096 "description": "The returned publicly listed SKU groups.",
2097 "items": {
2098 "$ref": "GoogleCloudBillingSkugroupsV1betaSkuGroup"
2099 },
2100 "type": "array"
2101 }
2102 },
2103 "type": "object"
2104 },
2105 "GoogleCloudBillingSkugroupsV1betaSkuGroup": {
2106 "description": "Encapsulates a publicly listed stock keeping unit (SKU) group. A SKU group represents a collection of SKUs that are related to each other. For example, the `AI Platform APIs` SKU group includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.",
2107 "id": "GoogleCloudBillingSkugroupsV1betaSkuGroup",
2108 "properties": {
2109 "displayName": {
2110 "description": "Description of the SKU group. Example: \"A2 VMs (1 Year CUD)\".",
2111 "type": "string"
2112 },
2113 "name": {
2114 "description": "Resource name for the SKU group. Example: \"skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301\".",
2115 "type": "string"
2116 }
2117 },
2118 "type": "object"
2119 },
2120 "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy": {
2121 "description": "Encapsulates geographic metadata, such as regions and multi-regions like `us-east4` or `European Union`.",
2122 "id": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy",
2123 "properties": {
2124 "globalMetadata": {
2125 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal",
2126 "description": "Global geographic metadata with no regions."
2127 },
2128 "multiRegionalMetadata": {
2129 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional",
2130 "description": "Multi-regional geographic metadata with 2 or more regions."
2131 },
2132 "regionalMetadata": {
2133 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional",
2134 "description": "Regional geographic metadata with 1 region."
2135 },
2136 "type": {
2137 "description": "Type of geographic taxonomy associated with the SKU group SKU.",
2138 "enum": [
2139 "TYPE_UNSPECIFIED",
2140 "TYPE_GLOBAL",
2141 "TYPE_REGIONAL",
2142 "TYPE_MULTI_REGIONAL"
2143 ],
2144 "enumDescriptions": [
2145 "Default value. Unspecified type.",
2146 "Global geographic taxonomy with no regions.",
2147 "Regional geographic taxonomy with 1 region.",
2148 "Multi-regional geographic taxonomy with 2 or more regions."
2149 ],
2150 "type": "string"
2151 }
2152 },
2153 "type": "object"
2154 },
2155 "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal": {
2156 "description": "Encapsulates a global geographic taxonomy.",
2157 "id": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal",
2158 "properties": {},
2159 "type": "object"
2160 },
2161 "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional": {
2162 "description": "Encapsulates a multi-regional geographic taxonomy.",
2163 "id": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional",
2164 "properties": {
2165 "regions": {
2166 "description": "Google Cloud regions associated with the multi-regional geographic taxonomy.",
2167 "items": {
2168 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion"
2169 },
2170 "type": "array"
2171 }
2172 },
2173 "type": "object"
2174 },
2175 "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion": {
2176 "description": "Encapsulates a Google Cloud region.",
2177 "id": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion",
2178 "properties": {
2179 "region": {
2180 "description": "Description of a Google Cloud region. Example: \"us-west2\".",
2181 "type": "string"
2182 }
2183 },
2184 "type": "object"
2185 },
2186 "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional": {
2187 "description": "Encapsulates a regional geographic taxonomy.",
2188 "id": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional",
2189 "properties": {
2190 "region": {
2191 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion",
2192 "description": "Google Cloud region associated with the regional geographic taxonomy."
2193 }
2194 },
2195 "type": "object"
2196 },
2197 "GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse": {
2198 "description": "Response message for ListSkuGroupSkus.",
2199 "id": "GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse",
2200 "properties": {
2201 "nextPageToken": {
2202 "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
2203 "type": "string"
2204 },
2205 "skuGroupSkus": {
2206 "description": "The returned SKU group SKUs.",
2207 "items": {
2208 "$ref": "GoogleCloudBillingSkugroupskusV1betaSkuGroupSku"
2209 },
2210 "type": "array"
2211 }
2212 },
2213 "type": "object"
2214 },
2215 "GoogleCloudBillingSkugroupskusV1betaProductTaxonomy": {
2216 "description": "Encapsulates product categories, such as `Serverless`, `Cloud Run`, `TaskQueue`, and others.",
2217 "id": "GoogleCloudBillingSkugroupskusV1betaProductTaxonomy",
2218 "properties": {
2219 "taxonomyCategories": {
2220 "description": "All product categories that the SKU group SKU belongs to.",
2221 "items": {
2222 "$ref": "GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory"
2223 },
2224 "type": "array"
2225 }
2226 },
2227 "type": "object"
2228 },
2229 "GoogleCloudBillingSkugroupskusV1betaSkuGroupSku": {
2230 "description": "Encapsulates a publicly listed stock keeping unit (SKU) that is part of a publicly listed SKU group. A SKU group represents a collection of SKUs that are related to each other. For example, the `AI Platform APIs` SKU group includes SKUs from the Cloud Dialogflow API, the Cloud Text-to-Speech API, and additional related APIs.",
2231 "id": "GoogleCloudBillingSkugroupskusV1betaSkuGroupSku",
2232 "properties": {
2233 "displayName": {
2234 "description": "Description of the SkuGroupSku. Example: \"A2 Instance Core running in Hong Kong\".",
2235 "type": "string"
2236 },
2237 "geoTaxonomy": {
2238 "$ref": "GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy",
2239 "description": "Geographic metadata that applies to the SkuGroupSku."
2240 },
2241 "name": {
2242 "description": "Resource name for the SkuGroupSku. Example: \"skuGroups/0e6403d1-4694-44d2-a696-7a78b1a69301/skus/AA95-CD31-42FE\".",
2243 "type": "string"
2244 },
2245 "productTaxonomy": {
2246 "$ref": "GoogleCloudBillingSkugroupskusV1betaProductTaxonomy",
2247 "description": "List of product categories that apply to the SkuGroupSku."
2248 },
2249 "service": {
2250 "description": "Service that the SkuGroupSku belongs to.",
2251 "type": "string"
2252 },
2253 "skuId": {
2254 "description": "Unique identifier for the SKU. It is the string after the collection identifier \"skus/\" Example: \"AA95-CD31-42FE\".",
2255 "type": "string"
2256 }
2257 },
2258 "type": "object"
2259 },
2260 "GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory": {
2261 "description": "Encapsulates a product category.",
2262 "id": "GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory",
2263 "properties": {
2264 "category": {
2265 "description": "Name of the product category.",
2266 "type": "string"
2267 }
2268 },
2269 "type": "object"
2270 },
2271 "GuestAccelerator": {
2272 "description": "Specification of a set of guest accelerators attached to a machine.",
2273 "id": "GuestAccelerator",
2274 "properties": {
2275 "acceleratorCount": {
2276 "description": "The number of the guest accelerator cards exposed to each instance.",
2277 "format": "int64",
2278 "type": "string"
2279 },
2280 "acceleratorType": {
2281 "description": "The type of the guest accelerator cards. For example: \"nvidia-tesla-t4\".",
2282 "type": "string"
2283 }
2284 },
2285 "type": "object"
2286 },
2287 "InterRegionEgress": {
2288 "description": "Data transfer between two regions.",
2289 "id": "InterRegionEgress",
2290 "properties": {
2291 "destinationRegion": {
2292 "description": "Which [region](https://cloud.google.com/compute/docs/regions-zones) the data is transferred to.",
2293 "type": "string"
2294 },
2295 "egressRate": {
2296 "$ref": "Usage",
2297 "description": "VM to VM data transfer usage. The expected units such are GiBy/s, By/s, and so on."
2298 },
2299 "sourceRegion": {
2300 "description": "Which [region](https://cloud.google.com/compute/docs/regions-zones) the data is transferred from.",
2301 "type": "string"
2302 }
2303 },
2304 "type": "object"
2305 },
2306 "IntraRegionEgress": {
2307 "description": "Data transfer within the same region. When the source region and destination region are in the same zone, using internal IP addresses, there isn't any charge for data transfer.",
2308 "id": "IntraRegionEgress",
2309 "properties": {
2310 "egressRate": {
2311 "$ref": "Usage",
2312 "description": "VM to VM data transfer usage. The expected are GiBy/s, By/s, and so on."
2313 }
2314 },
2315 "type": "object"
2316 },
2317 "MachineType": {
2318 "description": "Specification of machine series, memory, and number of vCPUs.",
2319 "id": "MachineType",
2320 "properties": {
2321 "customMachineType": {
2322 "$ref": "CustomMachineType"
2323 },
2324 "predefinedMachineType": {
2325 "$ref": "PredefinedMachineType"
2326 }
2327 },
2328 "type": "object"
2329 },
2330 "Money": {
2331 "description": "Represents an amount of money with its currency type.",
2332 "id": "Money",
2333 "properties": {
2334 "currencyCode": {
2335 "description": "The three-letter currency code defined in ISO 4217.",
2336 "type": "string"
2337 },
2338 "nanos": {
2339 "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
2340 "format": "int32",
2341 "type": "integer"
2342 },
2343 "units": {
2344 "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
2345 "format": "int64",
2346 "type": "string"
2347 }
2348 },
2349 "type": "object"
2350 },
2351 "MultiRegional": {
2352 "description": "Area contains multiple locations.",
2353 "id": "MultiRegional",
2354 "properties": {
2355 "name": {
2356 "description": "The [location name](https://cloud.google.com/storage/docs/locations#available-locations) where the data is stored. For example: \"us\" for multi-region.",
2357 "type": "string"
2358 }
2359 },
2360 "type": "object"
2361 },
2362 "PersistentDisk": {
2363 "description": "Specification of a persistent disk attached to a VM.",
2364 "id": "PersistentDisk",
2365 "properties": {
2366 "diskSize": {
2367 "$ref": "Usage",
2368 "description": "Specifies the size of disk. Must be at least 10 GB."
2369 },
2370 "diskType": {
2371 "description": "The [disk type](https://cloud.google.com/compute/docs/disks#disk-types). For example: \"pd-standard\".",
2372 "type": "string"
2373 },
2374 "provisionedIops": {
2375 "$ref": "Usage",
2376 "description": "Indicates how many IOPS to provision for the disk for extreme persistent disks. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000."
2377 },
2378 "scope": {
2379 "description": "The geographic scope of the disk. Defaults to `SCOPE_ZONAL` if not specified.",
2380 "enum": [
2381 "SCOPE_UNSPECIFIED",
2382 "SCOPE_ZONAL",
2383 "SCOPE_REGIONAL"
2384 ],
2385 "enumDescriptions": [
2386 "Unspecified.",
2387 "The disk exists in a single zone.",
2388 "The disk is replicated in a secondary zone within the same region."
2389 ],
2390 "type": "string"
2391 }
2392 },
2393 "type": "object"
2394 },
2395 "PredefinedMachineType": {
2396 "description": "Specification of a predefined machine type.",
2397 "id": "PredefinedMachineType",
2398 "properties": {
2399 "machineType": {
2400 "description": "The [machine type](https://cloud.google.com/compute/docs/machine-types). For example: \"n1-standard1\".",
2401 "type": "string"
2402 }
2403 },
2404 "type": "object"
2405 },
2406 "PremiumTierEgressWorkload": {
2407 "description": "Specify a Premium Tier Internet Data Transfer networking workload.",
2408 "id": "PremiumTierEgressWorkload",
2409 "properties": {
2410 "destinationContinent": {
2411 "description": "Where the data is sent to.",
2412 "enum": [
2413 "DESTINATION_CONTINENT_UNSPECIFIED",
2414 "DESTINATION_CONTINENT_ASIA_PACIFIC",
2415 "DESTINATION_CONTINENT_AFRICA",
2416 "DESTINATION_CONTINENT_NORTH_AMERICA",
2417 "DESTINATION_CONTINENT_AUTRALIA",
2418 "DESTINATION_CONTINENT_CENTRAL_AMERICA",
2419 "DESTINATION_CONTINENT_CHINA",
2420 "DESTINATION_CONTINENT_EASTERN_EUROPE",
2421 "DESTINATION_CONTINENT_WESTERN_EUROPE",
2422 "DESTINATION_CONTINENT_EMEA",
2423 "DESTINATION_CONTINENT_INDIA",
2424 "DESTINATION_CONTINENT_MIDDLE_EAST",
2425 "DESTINATION_CONTINENT_SOUTH_AMERICA"
2426 ],
2427 "enumDescriptions": [
2428 "Not specified.",
2429 "Asia Pacific.",
2430 "Africa.",
2431 "North America.",
2432 "Australia.",
2433 "Central America.",
2434 "China.",
2435 "Eastern Europe.",
2436 "Western Europe.",
2437 "Other regions in Europe, Middle East and Africa.",
2438 "India",
2439 "Middle East.",
2440 "South America."
2441 ],
2442 "type": "string"
2443 },
2444 "egressRate": {
2445 "$ref": "Usage",
2446 "description": "Premium Tier Data Transfer usage. The expected units are GiBy/s, By/s, and so on, based on [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
2447 },
2448 "sourceRegion": {
2449 "description": "Which [region](https://cloud.google.com/compute/docs/regions-zones) the data comes from.",
2450 "type": "string"
2451 }
2452 },
2453 "type": "object"
2454 },
2455 "Price": {
2456 "description": "The price of a SKU at a point int time.",
2457 "id": "Price",
2458 "properties": {
2459 "effectiveTime": {
2460 "$ref": "EstimationTimePoint",
2461 "description": "The timestamp within the estimation time frame when the price was set."
2462 },
2463 "priceType": {
2464 "description": "The type of price. Possible values: \"RATE\"",
2465 "type": "string"
2466 },
2467 "rate": {
2468 "$ref": "Rate",
2469 "description": "A set of tiered rates."
2470 }
2471 },
2472 "type": "object"
2473 },
2474 "Rate": {
2475 "description": "A SKU price consisting of tiered rates.",
2476 "id": "Rate",
2477 "properties": {
2478 "tiers": {
2479 "description": "The service tiers.",
2480 "items": {
2481 "$ref": "RateTier"
2482 },
2483 "type": "array"
2484 },
2485 "unit": {
2486 "description": "The SKU's pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this field will show 'By'. The `start_amount` field in each tier will be in this unit.",
2487 "type": "string"
2488 },
2489 "unitCount": {
2490 "description": "The SKU's count for the pricing unit. For example, if the tier price is $1 per 1000000 Bytes, then this column will show 1000000.",
2491 "format": "double",
2492 "type": "number"
2493 }
2494 },
2495 "type": "object"
2496 },
2497 "RateTier": {
2498 "description": "Pricing details for a service tier.",
2499 "id": "RateTier",
2500 "properties": {
2501 "price": {
2502 "$ref": "Money",
2503 "description": "The price for this tier."
2504 },
2505 "startAmount": {
2506 "description": "The magnitude of usage in which the tier interval begins. Example: \"From 100 GiBi the price is $1 per byte\" implies `start_amount` = 100",
2507 "format": "double",
2508 "type": "number"
2509 }
2510 },
2511 "type": "object"
2512 },
2513 "Regional": {
2514 "description": "Area contains only one location.",
2515 "id": "Regional",
2516 "properties": {
2517 "name": {
2518 "description": "The [location name](https://cloud.google.com/storage/docs/locations#available-locations). For example: \"us-central1\" for region.",
2519 "type": "string"
2520 }
2521 },
2522 "type": "object"
2523 },
2524 "ScenarioConfig": {
2525 "description": "Configuration for a CostScenario. Specifies how costs are calculated.",
2526 "id": "ScenarioConfig",
2527 "properties": {
2528 "estimateDuration": {
2529 "description": "Time frame for the estimate. Workloads must specify usage for this duration. Duration must be at least 1 hour (3,600 seconds) and at most 10 years (315,360,000 seconds). The calculations for years and months are based on a 730-hour (2,628,000-second) month. For durations longer than one month (2,628,000 seconds), the duration is rounded up to the next month, so the estimate shows you the costs for full months. For example, a duration of 3,232,800 seconds (roughly 5 weeks) is rounded up to 2 months.",
2530 "format": "google-duration",
2531 "type": "string"
2532 }
2533 },
2534 "type": "object"
2535 },
2536 "SegmentCostEstimate": {
2537 "description": "Workload cost estimates for a single time segment.",
2538 "id": "SegmentCostEstimate",
2539 "properties": {
2540 "commitmentCostEstimates": {
2541 "description": "Estimated costs for each commitment.",
2542 "items": {
2543 "$ref": "CommitmentCostEstimate"
2544 },
2545 "type": "array"
2546 },
2547 "segmentStartTime": {
2548 "$ref": "EstimationTimePoint",
2549 "description": "Timestamp for the start of the segment."
2550 },
2551 "segmentTotalCostEstimate": {
2552 "$ref": "CostEstimate",
2553 "description": "Total estimated costs for the time segment."
2554 },
2555 "workloadCostEstimates": {
2556 "description": "Estimated costs for each workload.",
2557 "items": {
2558 "$ref": "WorkloadCostEstimate"
2559 },
2560 "type": "array"
2561 }
2562 },
2563 "type": "object"
2564 },
2565 "Sku": {
2566 "description": "Information about SKUs appearing in the cost estimate.",
2567 "id": "Sku",
2568 "properties": {
2569 "displayName": {
2570 "description": "The display name for the SKU. Example: A2 Instance Core running in Americas",
2571 "type": "string"
2572 },
2573 "prices": {
2574 "description": "A timeline of prices for a SKU in chronological order. Note: The API currently only supports using a constant price for the entire estimation time frame so this list will contain a single value.",
2575 "items": {
2576 "$ref": "Price"
2577 },
2578 "type": "array"
2579 },
2580 "sku": {
2581 "description": "The resource name for the SKU. Example: \"services/DA34-426B-A397/skus/AA95-CD31-42FE\"",
2582 "type": "string"
2583 }
2584 },
2585 "type": "object"
2586 },
2587 "SkuCostEstimate": {
2588 "description": "Estimated cost for usage on a SKU.",
2589 "id": "SkuCostEstimate",
2590 "properties": {
2591 "costEstimate": {
2592 "$ref": "CostEstimate",
2593 "description": "The estimated cost for the usage on this SKU."
2594 },
2595 "sku": {
2596 "description": "The resource name for the SKU. Example: \"services/DA34-426B-A397/skus/AA95-CD31-42FE\" More information about the SKU can be found in the `skus` field of the `CostEstimationResult`.",
2597 "type": "string"
2598 },
2599 "usageAmount": {
2600 "description": "The amount of usage on this SKU.",
2601 "format": "double",
2602 "type": "number"
2603 },
2604 "usageUnit": {
2605 "description": "The unit for the usage on this SKU.",
2606 "type": "string"
2607 }
2608 },
2609 "type": "object"
2610 },
2611 "StandardTierEgressWorkload": {
2612 "description": "Specify Standard Tier Internet Data Transfer.",
2613 "id": "StandardTierEgressWorkload",
2614 "properties": {
2615 "egressRate": {
2616 "$ref": "Usage",
2617 "description": "Standard Tier Data Transfer usage. The expected units are GiBy/s, By/s, and so on, based on the [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard."
2618 },
2619 "sourceRegion": {
2620 "description": "Which [region](https://cloud.google.com/compute/docs/regions-zones) the data is transferred from.",
2621 "type": "string"
2622 }
2623 },
2624 "type": "object"
2625 },
2626 "Usage": {
2627 "description": "An amount of usage over a time frame.",
2628 "id": "Usage",
2629 "properties": {
2630 "usageRateTimeline": {
2631 "$ref": "UsageRateTimeline",
2632 "description": "A timeline of usage rates over the estimate interval."
2633 }
2634 },
2635 "type": "object"
2636 },
2637 "UsageRateTimeline": {
2638 "description": "A timeline of usage rates. Consists of a series of entries, each of which specifies a constant rate of usage during a time interval. Each entry contains an effective time. The usage rate is in effect from that time until the effective time of the subsequent entry, or, for the last entry, for the remaining portion of estimation time frame. Effective times are specified as an offset into the estimation time frame. Usage is considered to be zero until the `effective_time` of the first entry. All subsequent entries must have an effective time greater than the previous entry and less than the estimate time frame. The effective time on all entries must be an integer number of hours.",
2639 "id": "UsageRateTimeline",
2640 "properties": {
2641 "unit": {
2642 "description": "The unit for the usage rate in each timeline entry. If you provide an incorrect unit for an instance, the correct unit is provided in the error message. The supported units are a subset of [The Unified Code for Units of Measure](https://ucum.org/ucum.html) standard: * **Time units (TIME-UNIT)** * `s` second * `min` minute * `h` hour * `d` day * `wk` week * `mo` month * `yr` year * `ms` millisecond * `us` microsecond * `ns` nanosecond * **Basic storage units (BASIC-STORAGE-UNIT)** * `bit` bit * `By` byte * **Count units (COUNT-UNIT)** * `count` count * **Prefixes (PREFIX)** * `k` kilo (10^3) * `M` mega (10^6) * `G` giga (10^9) * `T` tera (10^12) * `P` peta (10^15) * `Ki` kibi (2^10) * `Mi` mebi (2^20) * `Gi` gibi (2^30) * `Ti` tebi (2^40) * `Pi` pebi (2^50) **Grammar** The grammar also includes these connectors: * `/` division or ratio (as an infix operator). For example: `kBy/{email}` or `MiBy/10ms`. * `.` multiplication or composition (as an infix operator). For example: `GBy.d` or `k{watt}.h`. The grammar for a unit is as follows: ``` Expression = Component { \".\" Component } { \"/\" Component } ; Component = ( [ PREFIX ] UNIT | \"%\" ) [ Annotation ] | Annotation | \"1\" ; UNIT = TIME-UNIT | STORAGE-UNIT | DATA-UNIT | COUNT-UNIT Annotation = \"{\" NAME \"}\" ; ``` Examples: * Request per second: `1/s` or `{requests}/s` * GibiBytes: `GiBy` * GibiBytes * seconds: `GiBy.s`",
2643 "type": "string"
2644 },
2645 "usageRateTimelineEntries": {
2646 "description": "The timeline entries. Each entry has a start time and usage rate. The start time specifies the effective time of the usage rate. The entries must be sorted by start time in an increasing order.",
2647 "items": {
2648 "$ref": "UsageRateTimelineEntry"
2649 },
2650 "type": "array"
2651 }
2652 },
2653 "type": "object"
2654 },
2655 "UsageRateTimelineEntry": {
2656 "description": "A usage rate timeline entry. Each entry specifies a constant usage rate during a time interval.",
2657 "id": "UsageRateTimelineEntry",
2658 "properties": {
2659 "effectiveTime": {
2660 "$ref": "EstimationTimePoint",
2661 "description": "The effective time for this entry. The usage rate is in effect starting at this time until the effective time of the subsequent entry in the timeline. The last entry defines the usage rate until the end of the `Usage` time frame. Must correspond to an integer number of hours."
2662 },
2663 "usageRate": {
2664 "description": "The usage rate.",
2665 "format": "double",
2666 "type": "number"
2667 }
2668 },
2669 "type": "object"
2670 },
2671 "VlanAttachment": {
2672 "description": "VLAN attachment for Cloud Interconnect.",
2673 "id": "VlanAttachment",
2674 "properties": {
2675 "bandwidth": {
2676 "description": "Capacities in the [pricing table](https://cloud.google.com/vpc/network-pricing#interconnect-pricing) Examples of capacity are: 50/100/200/300/400/500-Mbps, 1/2/5/10/20/50-Gbps.",
2677 "enum": [
2678 "BANDWIDTH_UNSPECIFIED",
2679 "BANDWIDTH_BPS_50M",
2680 "BANDWIDTH_BPS_100M",
2681 "BANDWIDTH_BPS_200M",
2682 "BANDWIDTH_BPS_300M",
2683 "BANDWIDTH_BPS_400M",
2684 "BANDWIDTH_BPS_500M",
2685 "BANDWIDTH_BPS_1G",
2686 "BANDWIDTH_BPS_2G",
2687 "BANDWIDTH_BPS_5G",
2688 "BANDWIDTH_BPS_10G",
2689 "BANDWIDTH_BPS_20G",
2690 "BANDWIDTH_BPS_50G"
2691 ],
2692 "enumDescriptions": [
2693 "Unspecified",
2694 "50 Mbit/s",
2695 "100 Mbit/s",
2696 "200 Mbit/s",
2697 "300 Mbit/s",
2698 "400 Mbit/s",
2699 "500 Mbit/s",
2700 "1 Gbit/s",
2701 "2 Gbit/s",
2702 "5 Gbit/s",
2703 "10 Gbit/s",
2704 "20 Gbit/s",
2705 "50 Gbit/s"
2706 ],
2707 "type": "string"
2708 },
2709 "vlanCount": {
2710 "$ref": "Usage",
2711 "description": "VLAN usage. This is specified as a unitless quantity which indicates the number of VLAN attachment used in interconnect."
2712 }
2713 },
2714 "type": "object"
2715 },
2716 "VmResourceBasedCud": {
2717 "description": "Specifies a resource-based committed use discount (CUD).",
2718 "id": "VmResourceBasedCud",
2719 "properties": {
2720 "guestAccelerator": {
2721 "$ref": "GuestAccelerator",
2722 "description": "Guest accelerator, known as GPU."
2723 },
2724 "machineSeries": {
2725 "description": "The machine series for CUD. For example: \"n1\" for general purpose N1 machine type commitments. \"n2\" for general purpose N2 machine type commitments. \"e2\" for general purpose E2 machine type commitments. \"n2d\" for general purpose N2D machine type commitments. \"t2d\" for general purpose T2D machine type commitments. \"c2\"/\"c2d\" for compute-optimized commitments. \"m1\"/\"m2\" for the memory-optimized commitments. \"a2' for the accelerator-optimized commitments.",
2726 "type": "string"
2727 },
2728 "memorySizeGb": {
2729 "description": "Memory size of the VM in GB (2^30 bytes). Must be an increment of 0.25 (256 MB).",
2730 "format": "double",
2731 "type": "number"
2732 },
2733 "plan": {
2734 "description": "Commitment usage plan.",
2735 "enum": [
2736 "COMMITMENT_PLAN_UNSPECIFIED",
2737 "TWELVE_MONTH",
2738 "THIRTY_SIX_MONTH"
2739 ],
2740 "enumDescriptions": [
2741 "Not specified commitment plan.",
2742 "1 year commitment.",
2743 "3 years commitment."
2744 ],
2745 "type": "string"
2746 },
2747 "region": {
2748 "description": "The region where the VM runs. For example: \"us-central1\"",
2749 "type": "string"
2750 },
2751 "virtualCpuCount": {
2752 "description": "The number of vCPUs. The number of vCPUs must be an integer of 0 or more and can be even or odd.",
2753 "format": "int64",
2754 "type": "string"
2755 }
2756 },
2757 "type": "object"
2758 },
2759 "VmToVmEgressWorkload": {
2760 "description": "Specify VM to VM data transfer.",
2761 "id": "VmToVmEgressWorkload",
2762 "properties": {
2763 "interRegionEgress": {
2764 "$ref": "InterRegionEgress"
2765 },
2766 "intraRegionEgress": {
2767 "$ref": "IntraRegionEgress"
2768 }
2769 },
2770 "type": "object"
2771 },
2772 "Workload": {
2773 "description": "Specifies usage on a single Google Cloud product over a time frame. Each Google Cloud product has its own message, containing specific product configuration parameters of the product usage amounts along each dimension in which the product is billed.",
2774 "id": "Workload",
2775 "properties": {
2776 "cloudCdnEgressWorkload": {
2777 "$ref": "CloudCdnEgressWorkload",
2778 "description": "Usage on Google Cloud CDN Data Transfer."
2779 },
2780 "cloudCdnWorkload": {
2781 "$ref": "CloudCdnWorkload",
2782 "description": "Usage on Google Cloud CDN."
2783 },
2784 "cloudInterconnectEgressWorkload": {
2785 "$ref": "CloudInterconnectEgressWorkload",
2786 "description": "Usage on Google Cloud Interconnect Data Transfer."
2787 },
2788 "cloudInterconnectWorkload": {
2789 "$ref": "CloudInterconnectWorkload",
2790 "description": "Usage on Google Cloud Interconnect."
2791 },
2792 "cloudStorageEgressWorkload": {
2793 "$ref": "CloudStorageEgressWorkload",
2794 "description": "Usage on Cloud Storage Data Transfer."
2795 },
2796 "cloudStorageWorkload": {
2797 "$ref": "CloudStorageWorkload",
2798 "description": "Usage on Google Cloud Storage."
2799 },
2800 "computeVmWorkload": {
2801 "$ref": "ComputeVmWorkload",
2802 "description": "Usage of a Google Compute Engine Virtual Machine."
2803 },
2804 "name": {
2805 "description": "Required. A name for this workload. All workloads in a `CostScenario` must have a unique `name`. Each `name` may be at most 128 characters long.",
2806 "type": "string"
2807 },
2808 "premiumTierEgressWorkload": {
2809 "$ref": "PremiumTierEgressWorkload",
2810 "description": "Usage on Premium Tier Internet Data Transfer."
2811 },
2812 "standardTierEgressWorkload": {
2813 "$ref": "StandardTierEgressWorkload",
2814 "description": "Usage on Standard Tier Internet Data Transfer."
2815 },
2816 "vmToVmEgressWorkload": {
2817 "$ref": "VmToVmEgressWorkload",
2818 "description": "Usage on VM to VM Data Transfer."
2819 }
2820 },
2821 "type": "object"
2822 },
2823 "WorkloadCostEstimate": {
2824 "description": "Estimated cost for a workload.",
2825 "id": "WorkloadCostEstimate",
2826 "properties": {
2827 "name": {
2828 "description": "The name of the workload, as specified in the `CostScenario`.",
2829 "type": "string"
2830 },
2831 "skuCostEstimates": {
2832 "description": "Estimated costs for each SKU in the workload.",
2833 "items": {
2834 "$ref": "SkuCostEstimate"
2835 },
2836 "type": "array"
2837 },
2838 "workloadTotalCostEstimate": {
2839 "$ref": "CostEstimate",
2840 "description": "Total estimated costs for the workload."
2841 }
2842 },
2843 "type": "object"
2844 }
2845 },
2846 "servicePath": "",
2847 "title": "Cloud Billing API",
2848 "version": "v1beta",
2849 "version_module": true
2850}
View as plain text