@maxim_mazurok/gapi.client.cloudbilling-v1 0.0.20230616 → 0.0.20230710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -4
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudbilling.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230710
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -293,19 +293,19 @@ declare namespace gapi.client {
|
|
|
293
293
|
string;
|
|
294
294
|
/**
|
|
295
295
|
* Output only. True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing
|
|
296
|
-
* account, or no billing account at all, and therefore cannot use paid services.
|
|
296
|
+
* account, or no billing account at all, and therefore cannot use paid services.
|
|
297
297
|
*/
|
|
298
298
|
billingEnabled?:
|
|
299
299
|
boolean;
|
|
300
300
|
/**
|
|
301
301
|
* Output only. The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project
|
|
302
|
-
* `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`.
|
|
302
|
+
* `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`.
|
|
303
303
|
*/
|
|
304
304
|
name?:
|
|
305
305
|
string;
|
|
306
306
|
/**
|
|
307
307
|
* Output only. The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don't need to parse the `name` field
|
|
308
|
-
* to obtain a project ID.
|
|
308
|
+
* to obtain a project ID.
|
|
309
309
|
*/
|
|
310
310
|
projectId?:
|
|
311
311
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230710
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|