@maxim_mazurok/gapi.client.cloudbilling-v1 0.0.20230614 → 0.0.20230616
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 +6 -6
- 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: 20230616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -292,20 +292,20 @@ declare namespace gapi.client {
|
|
|
292
292
|
billingAccountName?:
|
|
293
293
|
string;
|
|
294
294
|
/**
|
|
295
|
-
* 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
|
-
* billing account at all, and therefore cannot use paid services. This field is read-only.
|
|
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. This field is read-only.
|
|
297
297
|
*/
|
|
298
298
|
billingEnabled?:
|
|
299
299
|
boolean;
|
|
300
300
|
/**
|
|
301
|
-
* The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project
|
|
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
302
|
* `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only.
|
|
303
303
|
*/
|
|
304
304
|
name?:
|
|
305
305
|
string;
|
|
306
306
|
/**
|
|
307
|
-
* 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
|
-
* project ID. This field is read-only.
|
|
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. This field is read-only.
|
|
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: 20230616
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|