@googleapis/serviceusage 0.2.1 → 3.1.1
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 +105 -0
- package/README.md +11 -2
- package/build/v1.d.ts +53 -26
- package/build/v1.js.map +1 -1
- package/build/v1beta1.d.ts +230 -198
- package/build/v1beta1.js +24 -12
- package/build/v1beta1.js.map +1 -1
- package/package.json +2 -2
- package/v1.ts +46 -26
- package/v1beta1.ts +251 -214
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,110 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [3.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v3.1.0...serviceusage-v3.1.1) (2022-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **serviceusage:** update the API ([46e2709](https://github.com/googleapis/google-api-nodejs-client/commit/46e2709f0ce6d9c3600071be35322b21cfeb2dbb))
|
|
9
|
+
|
|
10
|
+
## [3.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v3.0.0...serviceusage-v3.1.0) (2021-12-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **serviceusage:** update the API ([cea697c](https://www.github.com/googleapis/google-api-nodejs-client/commit/cea697ce297f51aa94b5ef358cbca69755041fe9))
|
|
16
|
+
|
|
17
|
+
## [3.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.2...serviceusage-v3.0.0) (2021-09-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### ⚠ BREAKING CHANGES
|
|
21
|
+
|
|
22
|
+
* **serviceusage:** This release has breaking changes.
|
|
23
|
+
* **serviceusage:** This release has breaking changes.
|
|
24
|
+
* **serviceusage:** This release has breaking changes.
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **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))
|
|
29
|
+
* **serviceusage:** update the API ([819d548](https://www.github.com/googleapis/google-api-nodejs-client/commit/819d5488ce8385f910012d79d1475ea500b25063))
|
|
30
|
+
* **serviceusage:** update the API ([d23fbcb](https://www.github.com/googleapis/google-api-nodejs-client/commit/d23fbcbb94ba9feff6f2ef3cae92cd8318121b75))
|
|
31
|
+
* **serviceusage:** update the API ([c3b183c](https://www.github.com/googleapis/google-api-nodejs-client/commit/c3b183cf6a3af66239ad3851d57bff42d37c4544))
|
|
32
|
+
* **serviceusage:** update the API ([5d25614](https://www.github.com/googleapis/google-api-nodejs-client/commit/5d256149b00120910e6d55a8abc8bd916cc09822))
|
|
33
|
+
* **serviceusage:** update the API ([9413125](https://www.github.com/googleapis/google-api-nodejs-client/commit/9413125de4040b56900a686f28ca6cb4bfb175b4))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* **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))
|
|
39
|
+
* **serviceusage:** update the API ([69605dd](https://www.github.com/googleapis/google-api-nodejs-client/commit/69605dda9277dc5bd9a5d1510ed734ed4e165567))
|
|
40
|
+
* **serviceusage:** update the API ([5a48659](https://www.github.com/googleapis/google-api-nodejs-client/commit/5a48659b535b60b2b2db6226b7d9ffa2fcafc350))
|
|
41
|
+
* **serviceusage:** update the API ([653aa00](https://www.github.com/googleapis/google-api-nodejs-client/commit/653aa000b0f670661fd66a3cd188eb6483543526))
|
|
42
|
+
* **serviceusage:** update the API ([30d2b08](https://www.github.com/googleapis/google-api-nodejs-client/commit/30d2b08a4685ce8dc0dec6b0c87ddca618e68b72))
|
|
43
|
+
* **serviceusage:** update the API ([d2ce5aa](https://www.github.com/googleapis/google-api-nodejs-client/commit/d2ce5aa9f1254ed6b2b9b7fa4b207bdbc69f9135))
|
|
44
|
+
* **serviceusage:** update the API ([cd4cd4b](https://www.github.com/googleapis/google-api-nodejs-client/commit/cd4cd4b85758730e7702f1853631b3343f53bd49))
|
|
45
|
+
* **serviceusage:** update the API ([83bab8c](https://www.github.com/googleapis/google-api-nodejs-client/commit/83bab8c43588342b17243dac47b4db037ef902ea))
|
|
46
|
+
* 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))
|
|
47
|
+
|
|
48
|
+
### [2.0.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.1...serviceusage-v2.0.2) (2021-08-06)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* **serviceusage:** update the API ([5a48659](https://www.github.com/googleapis/google-api-nodejs-client/commit/5a48659b535b60b2b2db6226b7d9ffa2fcafc350))
|
|
54
|
+
|
|
55
|
+
### [2.0.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v2.0.0...serviceusage-v2.0.1) (2021-07-10)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* **serviceusage:** update the API ([653aa00](https://www.github.com/googleapis/google-api-nodejs-client/commit/653aa000b0f670661fd66a3cd188eb6483543526))
|
|
61
|
+
|
|
62
|
+
## [2.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.2...serviceusage-v2.0.0) (2021-06-02)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### ⚠ BREAKING CHANGES
|
|
66
|
+
|
|
67
|
+
* **serviceusage:** This release has breaking changes.
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* **serviceusage:** update the API ([819d548](https://www.github.com/googleapis/google-api-nodejs-client/commit/819d5488ce8385f910012d79d1475ea500b25063))
|
|
72
|
+
|
|
73
|
+
### [1.1.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.1...serviceusage-v1.1.2) (2021-05-26)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **serviceusage:** update the API ([30d2b08](https://www.github.com/googleapis/google-api-nodejs-client/commit/30d2b08a4685ce8dc0dec6b0c87ddca618e68b72))
|
|
79
|
+
|
|
80
|
+
### [1.1.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.1.0...serviceusage-v1.1.1) (2021-05-23)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **serviceusage:** update the API ([d2ce5aa](https://www.github.com/googleapis/google-api-nodejs-client/commit/d2ce5aa9f1254ed6b2b9b7fa4b207bdbc69f9135))
|
|
86
|
+
* **serviceusage:** update the API ([cd4cd4b](https://www.github.com/googleapis/google-api-nodejs-client/commit/cd4cd4b85758730e7702f1853631b3343f53bd49))
|
|
87
|
+
|
|
88
|
+
## [1.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v1.0.0...serviceusage-v1.1.0) (2021-04-23)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Features
|
|
92
|
+
|
|
93
|
+
* **serviceusage:** update the API ([d23fbcb](https://www.github.com/googleapis/google-api-nodejs-client/commit/d23fbcbb94ba9feff6f2ef3cae92cd8318121b75))
|
|
94
|
+
|
|
95
|
+
## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v0.2.1...serviceusage-v1.0.0) (2021-04-21)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### ⚠ BREAKING CHANGES
|
|
99
|
+
|
|
100
|
+
* **serviceusage:** This release has breaking changes.
|
|
101
|
+
* **serviceusage:** This release has breaking changes.
|
|
102
|
+
|
|
103
|
+
### Features
|
|
104
|
+
|
|
105
|
+
* **serviceusage:** update the API ([c3b183c](https://www.github.com/googleapis/google-api-nodejs-client/commit/c3b183cf6a3af66239ad3851d57bff42d37c4544))
|
|
106
|
+
* **serviceusage:** update the API ([5d25614](https://www.github.com/googleapis/google-api-nodejs-client/commit/5d256149b00120910e6d55a8abc8bd916cc09822))
|
|
107
|
+
|
|
3
108
|
### [0.2.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v0.2.0...serviceusage-v0.2.1) (2021-04-07)
|
|
4
109
|
|
|
5
110
|
|
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
|
@@ -77,11 +77,11 @@ export declare namespace serviceusage_v1 {
|
|
|
77
77
|
*/
|
|
78
78
|
export interface Schema$AdminQuotaPolicy {
|
|
79
79
|
/**
|
|
80
|
-
* The cloud resource container at which the quota policy is created. The format is {container_type\}/{container_number\}
|
|
80
|
+
* The cloud resource container at which the quota policy is created. The format is `{container_type\}/{container_number\}`
|
|
81
81
|
*/
|
|
82
82
|
container?: string | null;
|
|
83
83
|
/**
|
|
84
|
-
* If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit. For example, an policy on a limit with the unit 1/{project\}/{region\} could contain an entry with the key
|
|
84
|
+
* If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit. For example, an policy on a limit with the unit `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 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 `region` or `zone` are not valid.
|
|
85
85
|
*/
|
|
86
86
|
dimensions?: {
|
|
87
87
|
[key: string]: string;
|
|
@@ -137,7 +137,7 @@ export declare namespace serviceusage_v1 {
|
|
|
137
137
|
version?: string | null;
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
* `Authentication` defines the authentication configuration for
|
|
140
|
+
* `Authentication` defines the authentication configuration for API methods provided by an API service. Example: name: calendar.googleapis.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 - selector: google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/auth/calendar.read
|
|
141
141
|
*/
|
|
142
142
|
export interface Schema$Authentication {
|
|
143
143
|
/**
|
|
@@ -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,14 +366,19 @@ 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
|
}
|
|
377
|
+
/**
|
|
378
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by CreateAdminQuotaPolicy.
|
|
379
|
+
*/
|
|
380
|
+
export interface Schema$CreateAdminQuotaPolicyMetadata {
|
|
381
|
+
}
|
|
381
382
|
/**
|
|
382
383
|
* Customize service error responses. For example, list any service specific protobuf types that can appear in error detail lists of error responses. Example: custom_error: types: - google.foo.v1.CustomError - google.foo.v1.AnotherError
|
|
383
384
|
*/
|
|
@@ -417,6 +418,11 @@ export declare namespace serviceusage_v1 {
|
|
|
417
418
|
*/
|
|
418
419
|
path?: string | null;
|
|
419
420
|
}
|
|
421
|
+
/**
|
|
422
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by DeleteAdminQuotaPolicy.
|
|
423
|
+
*/
|
|
424
|
+
export interface Schema$DeleteAdminQuotaPolicyMetadata {
|
|
425
|
+
}
|
|
420
426
|
/**
|
|
421
427
|
* Request message for the `DisableService` method.
|
|
422
428
|
*/
|
|
@@ -464,7 +470,7 @@ export declare namespace serviceusage_v1 {
|
|
|
464
470
|
*/
|
|
465
471
|
serviceRootUrl?: string | null;
|
|
466
472
|
/**
|
|
467
|
-
* 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`.
|
|
468
474
|
*/
|
|
469
475
|
summary?: string | null;
|
|
470
476
|
}
|
|
@@ -477,16 +483,16 @@ export declare namespace serviceusage_v1 {
|
|
|
477
483
|
*/
|
|
478
484
|
deprecationDescription?: string | null;
|
|
479
485
|
/**
|
|
480
|
-
* 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.
|
|
481
487
|
*/
|
|
482
488
|
description?: string | null;
|
|
483
489
|
/**
|
|
484
|
-
* 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.
|
|
485
491
|
*/
|
|
486
492
|
selector?: string | null;
|
|
487
493
|
}
|
|
488
494
|
/**
|
|
489
|
-
* 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); \}
|
|
490
496
|
*/
|
|
491
497
|
export interface Schema$Empty {
|
|
492
498
|
}
|
|
@@ -518,13 +524,9 @@ export declare namespace serviceusage_v1 {
|
|
|
518
524
|
service?: Schema$GoogleApiServiceusageV1Service;
|
|
519
525
|
}
|
|
520
526
|
/**
|
|
521
|
-
* `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
|
|
522
528
|
*/
|
|
523
529
|
export interface Schema$Endpoint {
|
|
524
|
-
/**
|
|
525
|
-
* DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
|
|
526
|
-
*/
|
|
527
|
-
aliases?: string[] | null;
|
|
528
530
|
/**
|
|
529
531
|
* Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
|
|
530
532
|
*/
|
|
@@ -625,6 +627,11 @@ export declare namespace serviceusage_v1 {
|
|
|
625
627
|
*/
|
|
626
628
|
typeUrl?: string | null;
|
|
627
629
|
}
|
|
630
|
+
/**
|
|
631
|
+
* Metadata for the `GetServiceIdentity` method.
|
|
632
|
+
*/
|
|
633
|
+
export interface Schema$GetServiceIdentityMetadata {
|
|
634
|
+
}
|
|
628
635
|
/**
|
|
629
636
|
* Response message for getting service identity.
|
|
630
637
|
*/
|
|
@@ -639,7 +646,7 @@ export declare namespace serviceusage_v1 {
|
|
|
639
646
|
state?: string | null;
|
|
640
647
|
}
|
|
641
648
|
/**
|
|
642
|
-
* `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
|
|
643
650
|
*/
|
|
644
651
|
export interface Schema$GoogleApiService {
|
|
645
652
|
/**
|
|
@@ -683,7 +690,7 @@ export declare namespace serviceusage_v1 {
|
|
|
683
690
|
*/
|
|
684
691
|
endpoints?: Schema$Endpoint[];
|
|
685
692
|
/**
|
|
686
|
-
* 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
|
|
687
694
|
*/
|
|
688
695
|
enums?: Schema$Enum[];
|
|
689
696
|
/**
|
|
@@ -739,11 +746,11 @@ export declare namespace serviceusage_v1 {
|
|
|
739
746
|
*/
|
|
740
747
|
systemTypes?: Schema$Type[];
|
|
741
748
|
/**
|
|
742
|
-
* The product title for this service.
|
|
749
|
+
* The product title for this service, it is the name displayed in Google Cloud Console.
|
|
743
750
|
*/
|
|
744
751
|
title?: string | null;
|
|
745
752
|
/**
|
|
746
|
-
* 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
|
|
747
754
|
*/
|
|
748
755
|
types?: Schema$Type[];
|
|
749
756
|
/**
|
|
@@ -910,6 +917,11 @@ export declare namespace serviceusage_v1 {
|
|
|
910
917
|
*/
|
|
911
918
|
selector?: string | null;
|
|
912
919
|
}
|
|
920
|
+
/**
|
|
921
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by ImportAdminOverrides.
|
|
922
|
+
*/
|
|
923
|
+
export interface Schema$ImportAdminOverridesMetadata {
|
|
924
|
+
}
|
|
913
925
|
/**
|
|
914
926
|
* Response message for ImportAdminOverrides
|
|
915
927
|
*/
|
|
@@ -919,6 +931,11 @@ export declare namespace serviceusage_v1 {
|
|
|
919
931
|
*/
|
|
920
932
|
overrides?: Schema$QuotaOverride[];
|
|
921
933
|
}
|
|
934
|
+
/**
|
|
935
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by ImportAdminQuotaPolicies.
|
|
936
|
+
*/
|
|
937
|
+
export interface Schema$ImportAdminQuotaPoliciesMetadata {
|
|
938
|
+
}
|
|
922
939
|
/**
|
|
923
940
|
* Response message for ImportAdminQuotaPolicies
|
|
924
941
|
*/
|
|
@@ -928,6 +945,11 @@ export declare namespace serviceusage_v1 {
|
|
|
928
945
|
*/
|
|
929
946
|
policies?: Schema$AdminQuotaPolicy[];
|
|
930
947
|
}
|
|
948
|
+
/**
|
|
949
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by ImportConsumerOverrides.
|
|
950
|
+
*/
|
|
951
|
+
export interface Schema$ImportConsumerOverridesMetadata {
|
|
952
|
+
}
|
|
931
953
|
/**
|
|
932
954
|
* Response message for ImportConsumerOverrides
|
|
933
955
|
*/
|
|
@@ -1196,7 +1218,7 @@ export declare namespace serviceusage_v1 {
|
|
|
1196
1218
|
*/
|
|
1197
1219
|
name?: string | null;
|
|
1198
1220
|
/**
|
|
1199
|
-
* Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL.
|
|
1221
|
+
* 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).
|
|
1200
1222
|
*/
|
|
1201
1223
|
type?: string | null;
|
|
1202
1224
|
}
|
|
@@ -1293,7 +1315,7 @@ export declare namespace serviceusage_v1 {
|
|
|
1293
1315
|
*/
|
|
1294
1316
|
export interface Schema$Page {
|
|
1295
1317
|
/**
|
|
1296
|
-
* The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file.
|
|
1318
|
+
* 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.
|
|
1297
1319
|
*/
|
|
1298
1320
|
content?: string | null;
|
|
1299
1321
|
/**
|
|
@@ -1370,11 +1392,11 @@ export declare namespace serviceusage_v1 {
|
|
|
1370
1392
|
*/
|
|
1371
1393
|
export interface Schema$QuotaOverride {
|
|
1372
1394
|
/**
|
|
1373
|
-
* The resource name of the ancestor that requested the override. For example:
|
|
1395
|
+
* The resource name of the ancestor that requested the override. For example: `organizations/12345` or `folders/67890`. Used by admin overrides only.
|
|
1374
1396
|
*/
|
|
1375
1397
|
adminOverrideAncestor?: string | null;
|
|
1376
1398
|
/**
|
|
1377
|
-
* If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit 1/{project\}/{region\} could contain an entry with the key
|
|
1399
|
+
* If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit `1/{project\}/{region\}` could contain an entry with the key `region` and the value `us-east-1`; the override is only applied to quota consumed in that region. This map has the following restrictions: * Keys that are not defined in the limit's unit are not valid keys. Any string appearing in `{brackets\}` in the unit (besides `{project\}` or `{user\}`) is a defined key. * `project` is not a valid key; the project is already specified in the parent resource name. * `user` is not a valid key; the API does not support quota overrides that apply only to a specific user. * 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. * If any valid key other than `region` or `zone` appears in the map, then all valid keys other than `region` or `zone` must also appear in the map.
|
|
1378
1400
|
*/
|
|
1379
1401
|
dimensions?: {
|
|
1380
1402
|
[key: string]: string;
|
|
@@ -1516,6 +1538,11 @@ export declare namespace serviceusage_v1 {
|
|
|
1516
1538
|
*/
|
|
1517
1539
|
syntax?: string | null;
|
|
1518
1540
|
}
|
|
1541
|
+
/**
|
|
1542
|
+
* Metadata message that provides information such as progress, partial failures, and similar information on each GetOperation call of LRO returned by UpdateAdminQuotaPolicy.
|
|
1543
|
+
*/
|
|
1544
|
+
export interface Schema$UpdateAdminQuotaPolicyMetadata {
|
|
1545
|
+
}
|
|
1519
1546
|
/**
|
|
1520
1547
|
* Configuration controlling usage of a service.
|
|
1521
1548
|
*/
|
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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"}
|