@maxim_mazurok/gapi.client.serviceusage-v1beta1 0.0.20230612 → 0.0.20230619
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://serviceusage.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -38,7 +38,7 @@ declare namespace gapi.client {
|
|
|
38
38
|
container?:
|
|
39
39
|
string;
|
|
40
40
|
/**
|
|
41
|
-
* If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit. For example,
|
|
41
|
+
* If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit. For example, a policy on a limit with the unit
|
|
42
42
|
* `1/{project}/{region}` could contain an entry with the key `region` and the value `us-east-1`; the policy is only applied to quota consumed in that region. This map has the
|
|
43
43
|
* following restrictions: * If `region` appears as a key, its value must be a valid Cloud region. * If `zone` appears as a key, its value must be a valid Cloud zone. * Keys other than
|
|
44
44
|
* `region` or `zone` are not valid.
|
|
@@ -3129,8 +3129,8 @@ declare namespace gapi.client {
|
|
|
3129
3129
|
oauth_token?:
|
|
3130
3130
|
string;
|
|
3131
3131
|
/**
|
|
3132
|
-
* Name of the consumer and service to generate an identity for. The `GenerateServiceIdentity` methods currently
|
|
3133
|
-
* `projects/123/services/example.googleapis.com`
|
|
3132
|
+
* Name of the consumer and service to generate an identity for. The `GenerateServiceIdentity` methods currently support projects, folders, organizations. Example parents would be:
|
|
3133
|
+
* `projects/123/services/example.googleapis.com` `folders/123/services/example.googleapis.com` `organizations/123/services/example.googleapis.com`
|
|
3134
3134
|
*/
|
|
3135
3135
|
parent:
|
|
3136
3136
|
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: 20230619
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|