@googleapis/serviceusage 1.0.0 → 3.2.0
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/CHANGELOG.md +99 -0
- package/README.md +11 -2
- package/build/v1.d.ts +58 -28
- package/build/v1.js.map +1 -1
- package/build/v1beta1.d.ts +263 -195
- package/build/v1beta1.js +24 -12
- package/build/v1beta1.js.map +1 -1
- package/package.json +2 -2
- package/v1.ts +58 -28
- package/v1beta1.ts +291 -211
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,104 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v3.1.1...serviceusage-v3.2.0) (2022-04-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **serviceusage:** update the API ([7c436c8](https://github.com/googleapis/google-api-nodejs-client/commit/7c436c843eac83f805c6fea42d3a4a7ea7c28ea4))
|
|
9
|
+
|
|
10
|
+
### [3.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v3.1.0...serviceusage-v3.1.1) (2022-03-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **serviceusage:** update the API ([46e2709](https://github.com/googleapis/google-api-nodejs-client/commit/46e2709f0ce6d9c3600071be35322b21cfeb2dbb))
|
|
16
|
+
|
|
17
|
+
## [3.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v3.0.0...serviceusage-v3.1.0) (2021-12-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **serviceusage:** update the API ([cea697c](https://www.github.com/googleapis/google-api-nodejs-client/commit/cea697ce297f51aa94b5ef358cbca69755041fe9))
|
|
23
|
+
|
|
24
|
+
## [3.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.2...serviceusage-v3.0.0) (2021-09-14)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### ⚠ BREAKING CHANGES
|
|
28
|
+
|
|
29
|
+
* **serviceusage:** This release has breaking changes.
|
|
30
|
+
* **serviceusage:** This release has breaking changes.
|
|
31
|
+
* **serviceusage:** This release has breaking changes.
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
|
|
36
|
+
* **serviceusage:** update the API ([819d548](https://www.github.com/googleapis/google-api-nodejs-client/commit/819d5488ce8385f910012d79d1475ea500b25063))
|
|
37
|
+
* **serviceusage:** update the API ([d23fbcb](https://www.github.com/googleapis/google-api-nodejs-client/commit/d23fbcbb94ba9feff6f2ef3cae92cd8318121b75))
|
|
38
|
+
* **serviceusage:** update the API ([c3b183c](https://www.github.com/googleapis/google-api-nodejs-client/commit/c3b183cf6a3af66239ad3851d57bff42d37c4544))
|
|
39
|
+
* **serviceusage:** update the API ([5d25614](https://www.github.com/googleapis/google-api-nodejs-client/commit/5d256149b00120910e6d55a8abc8bd916cc09822))
|
|
40
|
+
* **serviceusage:** update the API ([9413125](https://www.github.com/googleapis/google-api-nodejs-client/commit/9413125de4040b56900a686f28ca6cb4bfb175b4))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
|
|
46
|
+
* **serviceusage:** update the API ([69605dd](https://www.github.com/googleapis/google-api-nodejs-client/commit/69605dda9277dc5bd9a5d1510ed734ed4e165567))
|
|
47
|
+
* **serviceusage:** update the API ([5a48659](https://www.github.com/googleapis/google-api-nodejs-client/commit/5a48659b535b60b2b2db6226b7d9ffa2fcafc350))
|
|
48
|
+
* **serviceusage:** update the API ([653aa00](https://www.github.com/googleapis/google-api-nodejs-client/commit/653aa000b0f670661fd66a3cd188eb6483543526))
|
|
49
|
+
* **serviceusage:** update the API ([30d2b08](https://www.github.com/googleapis/google-api-nodejs-client/commit/30d2b08a4685ce8dc0dec6b0c87ddca618e68b72))
|
|
50
|
+
* **serviceusage:** update the API ([d2ce5aa](https://www.github.com/googleapis/google-api-nodejs-client/commit/d2ce5aa9f1254ed6b2b9b7fa4b207bdbc69f9135))
|
|
51
|
+
* **serviceusage:** update the API ([cd4cd4b](https://www.github.com/googleapis/google-api-nodejs-client/commit/cd4cd4b85758730e7702f1853631b3343f53bd49))
|
|
52
|
+
* **serviceusage:** update the API ([83bab8c](https://www.github.com/googleapis/google-api-nodejs-client/commit/83bab8c43588342b17243dac47b4db037ef902ea))
|
|
53
|
+
* upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
|
|
54
|
+
|
|
55
|
+
### [2.0.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.1...serviceusage-v2.0.2) (2021-08-06)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* **serviceusage:** update the API ([5a48659](https://www.github.com/googleapis/google-api-nodejs-client/commit/5a48659b535b60b2b2db6226b7d9ffa2fcafc350))
|
|
61
|
+
|
|
62
|
+
### [2.0.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.0...serviceusage-v2.0.1) (2021-07-10)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* **serviceusage:** update the API ([653aa00](https://www.github.com/googleapis/google-api-nodejs-client/commit/653aa000b0f670661fd66a3cd188eb6483543526))
|
|
68
|
+
|
|
69
|
+
## [2.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.2...serviceusage-v2.0.0) (2021-06-02)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### ⚠ BREAKING CHANGES
|
|
73
|
+
|
|
74
|
+
* **serviceusage:** This release has breaking changes.
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* **serviceusage:** update the API ([819d548](https://www.github.com/googleapis/google-api-nodejs-client/commit/819d5488ce8385f910012d79d1475ea500b25063))
|
|
79
|
+
|
|
80
|
+
### [1.1.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.1...serviceusage-v1.1.2) (2021-05-26)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **serviceusage:** update the API ([30d2b08](https://www.github.com/googleapis/google-api-nodejs-client/commit/30d2b08a4685ce8dc0dec6b0c87ddca618e68b72))
|
|
86
|
+
|
|
87
|
+
### [1.1.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.0...serviceusage-v1.1.1) (2021-05-23)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* **serviceusage:** update the API ([d2ce5aa](https://www.github.com/googleapis/google-api-nodejs-client/commit/d2ce5aa9f1254ed6b2b9b7fa4b207bdbc69f9135))
|
|
93
|
+
* **serviceusage:** update the API ([cd4cd4b](https://www.github.com/googleapis/google-api-nodejs-client/commit/cd4cd4b85758730e7702f1853631b3343f53bd49))
|
|
94
|
+
|
|
95
|
+
## [1.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.0.0...serviceusage-v1.1.0) (2021-04-23)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Features
|
|
99
|
+
|
|
100
|
+
* **serviceusage:** update the API ([d23fbcb](https://www.github.com/googleapis/google-api-nodejs-client/commit/d23fbcbb94ba9feff6f2ef3cae92cd8318121b75))
|
|
101
|
+
|
|
3
102
|
## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v0.2.1...serviceusage-v1.0.0) (2021-04-21)
|
|
4
103
|
|
|
5
104
|
|
package/README.md
CHANGED
|
@@ -4,6 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
> Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use.
|
|
6
6
|
|
|
7
|
+
## Support status
|
|
8
|
+
**Note**: Google provides multiple libraries for this service. This library is in
|
|
9
|
+
maintenance mode, and will continue to be made available for users who have
|
|
10
|
+
existing applications. If you're building a new application, or modernizing a
|
|
11
|
+
legacy application, please use [@google-cloud/service-usage](https://www.npmjs.com/package/@google-cloud/service-usage) instead.
|
|
12
|
+
The [@google-cloud/service-usage](https://www.npmjs.com/package/@google-cloud/service-usage) library is faster, easier to use, and better maintained.
|
|
13
|
+
|
|
14
|
+
To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
|
|
15
|
+
|
|
7
16
|
## Installation
|
|
8
17
|
|
|
9
18
|
```sh
|
|
@@ -15,10 +24,10 @@ All documentation and usage information can be found on [GitHub](https://github.
|
|
|
15
24
|
Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/serviceusage/classes/Serviceusage.html).
|
|
16
25
|
|
|
17
26
|
## License
|
|
18
|
-
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/
|
|
27
|
+
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
|
|
19
28
|
|
|
20
29
|
## Contributing
|
|
21
|
-
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/
|
|
30
|
+
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
|
|
22
31
|
|
|
23
32
|
## Questions/problems?
|
|
24
33
|
* Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).
|
package/build/v1.d.ts
CHANGED
|
@@ -195,7 +195,7 @@ export declare namespace serviceusage_v1 {
|
|
|
195
195
|
*/
|
|
196
196
|
jwksUri?: string | null;
|
|
197
197
|
/**
|
|
198
|
-
* Defines the locations to extract the JWT. JWT locations can be
|
|
198
|
+
* Defines the locations to extract the JWT. For now it is only used by the Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations] (https://cloud.google.com/endpoints/docs/openapi/openapi-extensions#x-google-jwt-locations) JWT locations can be one of HTTP headers, URL query parameters or cookies. The rule is that the first match wins. If not specified, default to use following 3 locations: 1) Authorization: Bearer 2) x-goog-iap-jwt-assertion 3) access_token query parameter Default locations can be specified as followings: jwt_locations: - header: Authorization value_prefix: "Bearer " - header: x-goog-iap-jwt-assertion - query: access_token
|
|
199
199
|
*/
|
|
200
200
|
jwtLocations?: Schema$JwtLocation[];
|
|
201
201
|
}
|
|
@@ -241,10 +241,6 @@ export declare namespace serviceusage_v1 {
|
|
|
241
241
|
* The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
|
|
242
242
|
*/
|
|
243
243
|
jwtAudience?: string | null;
|
|
244
|
-
/**
|
|
245
|
-
* Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.
|
|
246
|
-
*/
|
|
247
|
-
minDeadline?: number | null;
|
|
248
244
|
/**
|
|
249
245
|
* The number of seconds to wait for the completion of a long running operation. The default is no deadline.
|
|
250
246
|
*/
|
|
@@ -370,11 +366,11 @@ export declare namespace serviceusage_v1 {
|
|
|
370
366
|
selector?: string | null;
|
|
371
367
|
}
|
|
372
368
|
/**
|
|
373
|
-
* Selects and configures the service controller used by the service. The service controller handles
|
|
369
|
+
* Selects and configures the service controller used by the service. The service controller handles two things: - **What is allowed:** for each API request, Chemist checks the project status, activation status, abuse status, billing status, service status, location restrictions, VPC Service Controls, SuperQuota, and other policies. - **What has happened:** for each API response, Chemist reports the telemetry data to analytics, auditing, billing, eventing, logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data not associated with API traffic, such as billing metrics. Example: control: environment: servicecontrol.googleapis.com
|
|
374
370
|
*/
|
|
375
371
|
export interface Schema$Control {
|
|
376
372
|
/**
|
|
377
|
-
* The service
|
|
373
|
+
* The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
|
|
378
374
|
*/
|
|
379
375
|
environment?: string | null;
|
|
380
376
|
}
|
|
@@ -474,7 +470,7 @@ export declare namespace serviceusage_v1 {
|
|
|
474
470
|
*/
|
|
475
471
|
serviceRootUrl?: string | null;
|
|
476
472
|
/**
|
|
477
|
-
* A short
|
|
473
|
+
* A short description of what the service does. The summary must be plain text. It becomes the overview of the service displayed in Google Cloud Console. NOTE: This field is equivalent to the standard field `description`.
|
|
478
474
|
*/
|
|
479
475
|
summary?: string | null;
|
|
480
476
|
}
|
|
@@ -487,16 +483,16 @@ export declare namespace serviceusage_v1 {
|
|
|
487
483
|
*/
|
|
488
484
|
deprecationDescription?: string | null;
|
|
489
485
|
/**
|
|
490
|
-
* Description of the selected
|
|
486
|
+
* Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
|
|
491
487
|
*/
|
|
492
488
|
description?: string | null;
|
|
493
489
|
/**
|
|
494
|
-
* The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
|
|
490
|
+
* The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
|
|
495
491
|
*/
|
|
496
492
|
selector?: string | null;
|
|
497
493
|
}
|
|
498
494
|
/**
|
|
499
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
495
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
500
496
|
*/
|
|
501
497
|
export interface Schema$Empty {
|
|
502
498
|
}
|
|
@@ -528,7 +524,7 @@ export declare namespace serviceusage_v1 {
|
|
|
528
524
|
service?: Schema$GoogleApiServiceusageV1Service;
|
|
529
525
|
}
|
|
530
526
|
/**
|
|
531
|
-
* `Endpoint` describes a network
|
|
527
|
+
* `Endpoint` describes a network address of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example: type: google.api.Service name: library-example.googleapis.com endpoints: # Declares network address `https://library-example.googleapis.com` # for service `library-example.googleapis.com`. The `https` scheme # is implicit for all service endpoints. Other schemes may be # supported in the future. - name: library-example.googleapis.com allow_cors: false - name: content-staging-library-example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API frontend, for it # to decide whether the subsequent cross-origin request is allowed # to proceed. allow_cors: true
|
|
532
528
|
*/
|
|
533
529
|
export interface Schema$Endpoint {
|
|
534
530
|
/**
|
|
@@ -650,7 +646,7 @@ export declare namespace serviceusage_v1 {
|
|
|
650
646
|
state?: string | null;
|
|
651
647
|
}
|
|
652
648
|
/**
|
|
653
|
-
* `Service` is the root object of Google service configuration
|
|
649
|
+
* `Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*" restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
|
|
654
650
|
*/
|
|
655
651
|
export interface Schema$GoogleApiService {
|
|
656
652
|
/**
|
|
@@ -694,7 +690,7 @@ export declare namespace serviceusage_v1 {
|
|
|
694
690
|
*/
|
|
695
691
|
endpoints?: Schema$Endpoint[];
|
|
696
692
|
/**
|
|
697
|
-
* A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name. Example: enums: - name: google.someapi.v1.SomeEnum
|
|
693
|
+
* A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
|
|
698
694
|
*/
|
|
699
695
|
enums?: Schema$Enum[];
|
|
700
696
|
/**
|
|
@@ -750,11 +746,11 @@ export declare namespace serviceusage_v1 {
|
|
|
750
746
|
*/
|
|
751
747
|
systemTypes?: Schema$Type[];
|
|
752
748
|
/**
|
|
753
|
-
* The product title for this service.
|
|
749
|
+
* The product title for this service, it is the name displayed in Google Cloud Console.
|
|
754
750
|
*/
|
|
755
751
|
title?: string | null;
|
|
756
752
|
/**
|
|
757
|
-
* A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name. Example: types: - name: google.protobuf.Int32
|
|
753
|
+
* A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32
|
|
758
754
|
*/
|
|
759
755
|
types?: Schema$Type[];
|
|
760
756
|
/**
|
|
@@ -967,6 +963,10 @@ export declare namespace serviceusage_v1 {
|
|
|
967
963
|
* Specifies a location to extract JWT from an API request.
|
|
968
964
|
*/
|
|
969
965
|
export interface Schema$JwtLocation {
|
|
966
|
+
/**
|
|
967
|
+
* Specifies cookie name to extract JWT token.
|
|
968
|
+
*/
|
|
969
|
+
cookie?: string | null;
|
|
970
970
|
/**
|
|
971
971
|
* Specifies HTTP header name to extract JWT token.
|
|
972
972
|
*/
|
|
@@ -1222,7 +1222,7 @@ export declare namespace serviceusage_v1 {
|
|
|
1222
1222
|
*/
|
|
1223
1223
|
name?: string | null;
|
|
1224
1224
|
/**
|
|
1225
|
-
* Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL.
|
|
1225
|
+
* Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
|
|
1226
1226
|
*/
|
|
1227
1227
|
type?: string | null;
|
|
1228
1228
|
}
|
|
@@ -1319,7 +1319,7 @@ export declare namespace serviceusage_v1 {
|
|
|
1319
1319
|
*/
|
|
1320
1320
|
export interface Schema$Page {
|
|
1321
1321
|
/**
|
|
1322
|
-
* The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file.
|
|
1322
|
+
* The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.
|
|
1323
1323
|
*/
|
|
1324
1324
|
content?: string | null;
|
|
1325
1325
|
/**
|
|
@@ -1602,7 +1602,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1602
1602
|
* async function main() {
|
|
1603
1603
|
* const auth = new google.auth.GoogleAuth({
|
|
1604
1604
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1605
|
-
* scopes: [
|
|
1605
|
+
* scopes: [
|
|
1606
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1607
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
1608
|
+
* ],
|
|
1606
1609
|
* });
|
|
1607
1610
|
*
|
|
1608
1611
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1662,7 +1665,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1662
1665
|
* async function main() {
|
|
1663
1666
|
* const auth = new google.auth.GoogleAuth({
|
|
1664
1667
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1665
|
-
* scopes: [
|
|
1668
|
+
* scopes: [
|
|
1669
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1670
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
1671
|
+
* ],
|
|
1666
1672
|
* });
|
|
1667
1673
|
*
|
|
1668
1674
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1716,7 +1722,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1716
1722
|
* async function main() {
|
|
1717
1723
|
* const auth = new google.auth.GoogleAuth({
|
|
1718
1724
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1719
|
-
* scopes: [
|
|
1725
|
+
* scopes: [
|
|
1726
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1727
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
1728
|
+
* ],
|
|
1720
1729
|
* });
|
|
1721
1730
|
*
|
|
1722
1731
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1776,7 +1785,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1776
1785
|
* async function main() {
|
|
1777
1786
|
* const auth = new google.auth.GoogleAuth({
|
|
1778
1787
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1779
|
-
* scopes: [
|
|
1788
|
+
* scopes: [
|
|
1789
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1790
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
1791
|
+
* ],
|
|
1780
1792
|
* });
|
|
1781
1793
|
*
|
|
1782
1794
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1883,7 +1895,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1883
1895
|
* async function main() {
|
|
1884
1896
|
* const auth = new google.auth.GoogleAuth({
|
|
1885
1897
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1886
|
-
* scopes: [
|
|
1898
|
+
* scopes: [
|
|
1899
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1900
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
1901
|
+
* ],
|
|
1887
1902
|
* });
|
|
1888
1903
|
*
|
|
1889
1904
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1951,7 +1966,10 @@ export declare namespace serviceusage_v1 {
|
|
|
1951
1966
|
* async function main() {
|
|
1952
1967
|
* const auth = new google.auth.GoogleAuth({
|
|
1953
1968
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1954
|
-
* scopes: [
|
|
1969
|
+
* scopes: [
|
|
1970
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1971
|
+
* 'https://www.googleapis.com/auth/cloud-platform.read-only',
|
|
1972
|
+
* ],
|
|
1955
1973
|
* });
|
|
1956
1974
|
*
|
|
1957
1975
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2009,7 +2027,10 @@ export declare namespace serviceusage_v1 {
|
|
|
2009
2027
|
* async function main() {
|
|
2010
2028
|
* const auth = new google.auth.GoogleAuth({
|
|
2011
2029
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2012
|
-
* scopes: [
|
|
2030
|
+
* scopes: [
|
|
2031
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2032
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
2033
|
+
* ],
|
|
2013
2034
|
* });
|
|
2014
2035
|
*
|
|
2015
2036
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2078,7 +2099,10 @@ export declare namespace serviceusage_v1 {
|
|
|
2078
2099
|
* async function main() {
|
|
2079
2100
|
* const auth = new google.auth.GoogleAuth({
|
|
2080
2101
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2081
|
-
* scopes: [
|
|
2102
|
+
* scopes: [
|
|
2103
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2104
|
+
* 'https://www.googleapis.com/auth/service.management',
|
|
2105
|
+
* ],
|
|
2082
2106
|
* });
|
|
2083
2107
|
*
|
|
2084
2108
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2144,7 +2168,10 @@ export declare namespace serviceusage_v1 {
|
|
|
2144
2168
|
* async function main() {
|
|
2145
2169
|
* const auth = new google.auth.GoogleAuth({
|
|
2146
2170
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2147
|
-
* scopes: [
|
|
2171
|
+
* scopes: [
|
|
2172
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2173
|
+
* 'https://www.googleapis.com/auth/cloud-platform.read-only',
|
|
2174
|
+
* ],
|
|
2148
2175
|
* });
|
|
2149
2176
|
*
|
|
2150
2177
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2203,7 +2230,10 @@ export declare namespace serviceusage_v1 {
|
|
|
2203
2230
|
* async function main() {
|
|
2204
2231
|
* const auth = new google.auth.GoogleAuth({
|
|
2205
2232
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2206
|
-
* scopes: [
|
|
2233
|
+
* scopes: [
|
|
2234
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2235
|
+
* 'https://www.googleapis.com/auth/cloud-platform.read-only',
|
|
2236
|
+
* ],
|
|
2207
2237
|
* });
|
|
2208
2238
|
*
|
|
2209
2239
|
* // Acquire an auth client, and bind it to all future calls
|
package/build/v1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;AAEjC,uDAAuD;AACvD,yDAAyD;AACzD,sDAAsD;AACtD,0DAA0D;AAC1D,oDAAoD;AACpD,4CAA4C;AAE5C,yDAe2B;AAG3B,IAAiB,eAAe,
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":"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"}
|