@googleapis/serviceusage 9.0.0 → 9.0.2
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 +14 -0
- package/build/v1.d.ts +5 -5
- package/build/v1beta1.d.ts +5 -5
- package/package.json +3 -3
- package/v1.ts +5 -5
- package/v1beta1.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.0.1...serviceusage-v9.0.2) (2023-10-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **serviceusage:** update the API ([e5db392](https://github.com/googleapis/google-api-nodejs-client/commit/e5db392a4024390b43c4d3e70c7ff3dec3029611))
|
|
9
|
+
|
|
10
|
+
## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.0.0...serviceusage-v9.0.1) (2023-08-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
16
|
+
|
|
3
17
|
## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v8.0.0...serviceusage-v9.0.0) (2023-08-17)
|
|
4
18
|
|
|
5
19
|
|
package/build/v1.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare namespace serviceusage_v1 {
|
|
|
78
78
|
export interface Schema$AddEnableRulesMetadata {
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* The response message of
|
|
81
|
+
* The response message of `AddEnableRules` method.
|
|
82
82
|
*/
|
|
83
83
|
export interface Schema$AddEnableRulesResponse {
|
|
84
84
|
/**
|
|
@@ -440,7 +440,7 @@ export declare namespace serviceusage_v1 {
|
|
|
440
440
|
*/
|
|
441
441
|
etag?: string | null;
|
|
442
442
|
/**
|
|
443
|
-
* Output only. The resource name of the policy.
|
|
443
|
+
* Output only. The resource name of the policy. We only allow consumer policy name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
444
444
|
*/
|
|
445
445
|
name?: string | null;
|
|
446
446
|
/**
|
|
@@ -689,7 +689,7 @@ export declare namespace serviceusage_v1 {
|
|
|
689
689
|
*/
|
|
690
690
|
enableType?: string | null;
|
|
691
691
|
/**
|
|
692
|
-
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented).
|
|
692
|
+
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented). Example: `groups/googleServices`.
|
|
693
693
|
*/
|
|
694
694
|
groups?: string[] | null;
|
|
695
695
|
/**
|
|
@@ -697,7 +697,7 @@ export declare namespace serviceusage_v1 {
|
|
|
697
697
|
*/
|
|
698
698
|
services?: string[] | null;
|
|
699
699
|
/**
|
|
700
|
-
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
|
|
700
|
+
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`.
|
|
701
701
|
*/
|
|
702
702
|
values?: string[] | null;
|
|
703
703
|
}
|
|
@@ -1796,7 +1796,7 @@ export declare namespace serviceusage_v1 {
|
|
|
1796
1796
|
export interface Schema$RemoveEnableRulesMetadata {
|
|
1797
1797
|
}
|
|
1798
1798
|
/**
|
|
1799
|
-
* The response message of
|
|
1799
|
+
* The response message of `RemoveEnableRules` method.
|
|
1800
1800
|
*/
|
|
1801
1801
|
export interface Schema$RemoveEnableRulesResponse {
|
|
1802
1802
|
/**
|
package/build/v1beta1.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare namespace serviceusage_v1beta1 {
|
|
|
78
78
|
export interface Schema$AddEnableRulesMetadata {
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* The response message of
|
|
81
|
+
* The response message of `AddEnableRules` method.
|
|
82
82
|
*/
|
|
83
83
|
export interface Schema$AddEnableRulesResponse {
|
|
84
84
|
/**
|
|
@@ -426,7 +426,7 @@ export declare namespace serviceusage_v1beta1 {
|
|
|
426
426
|
*/
|
|
427
427
|
etag?: string | null;
|
|
428
428
|
/**
|
|
429
|
-
* Output only. The resource name of the policy.
|
|
429
|
+
* Output only. The resource name of the policy. We only allow consumer policy name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
430
430
|
*/
|
|
431
431
|
name?: string | null;
|
|
432
432
|
/**
|
|
@@ -729,7 +729,7 @@ export declare namespace serviceusage_v1beta1 {
|
|
|
729
729
|
*/
|
|
730
730
|
enableType?: string | null;
|
|
731
731
|
/**
|
|
732
|
-
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented).
|
|
732
|
+
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented). Example: `groups/googleServices`.
|
|
733
733
|
*/
|
|
734
734
|
groups?: string[] | null;
|
|
735
735
|
/**
|
|
@@ -737,7 +737,7 @@ export declare namespace serviceusage_v1beta1 {
|
|
|
737
737
|
*/
|
|
738
738
|
services?: string[] | null;
|
|
739
739
|
/**
|
|
740
|
-
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
|
|
740
|
+
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`.
|
|
741
741
|
*/
|
|
742
742
|
values?: string[] | null;
|
|
743
743
|
}
|
|
@@ -1984,7 +1984,7 @@ export declare namespace serviceusage_v1beta1 {
|
|
|
1984
1984
|
export interface Schema$RemoveEnableRulesMetadata {
|
|
1985
1985
|
}
|
|
1986
1986
|
/**
|
|
1987
|
-
* The response message of
|
|
1987
|
+
* The response message of `RemoveEnableRules` method.
|
|
1988
1988
|
*/
|
|
1989
1989
|
export interface Schema$RemoveEnableRulesResponse {
|
|
1990
1990
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/serviceusage",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "serviceusage",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"webpack": "webpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"googleapis-common": "^
|
|
31
|
+
"googleapis-common": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@microsoft/api-documenter": "^7.8.10",
|
|
35
35
|
"@microsoft/api-extractor": "^7.8.10",
|
|
36
|
-
"gts": "^
|
|
36
|
+
"gts": "^5.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~4.8.4",
|
package/v1.ts
CHANGED
|
@@ -131,7 +131,7 @@ export namespace serviceusage_v1 {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface Schema$AddEnableRulesMetadata {}
|
|
133
133
|
/**
|
|
134
|
-
* The response message of
|
|
134
|
+
* The response message of `AddEnableRules` method.
|
|
135
135
|
*/
|
|
136
136
|
export interface Schema$AddEnableRulesResponse {
|
|
137
137
|
/**
|
|
@@ -486,7 +486,7 @@ export namespace serviceusage_v1 {
|
|
|
486
486
|
*/
|
|
487
487
|
etag?: string | null;
|
|
488
488
|
/**
|
|
489
|
-
* Output only. The resource name of the policy.
|
|
489
|
+
* Output only. The resource name of the policy. We only allow consumer policy name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
490
490
|
*/
|
|
491
491
|
name?: string | null;
|
|
492
492
|
/**
|
|
@@ -728,7 +728,7 @@ export namespace serviceusage_v1 {
|
|
|
728
728
|
*/
|
|
729
729
|
enableType?: string | null;
|
|
730
730
|
/**
|
|
731
|
-
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented).
|
|
731
|
+
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented). Example: `groups/googleServices`.
|
|
732
732
|
*/
|
|
733
733
|
groups?: string[] | null;
|
|
734
734
|
/**
|
|
@@ -736,7 +736,7 @@ export namespace serviceusage_v1 {
|
|
|
736
736
|
*/
|
|
737
737
|
services?: string[] | null;
|
|
738
738
|
/**
|
|
739
|
-
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
|
|
739
|
+
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`.
|
|
740
740
|
*/
|
|
741
741
|
values?: string[] | null;
|
|
742
742
|
}
|
|
@@ -1815,7 +1815,7 @@ export namespace serviceusage_v1 {
|
|
|
1815
1815
|
*/
|
|
1816
1816
|
export interface Schema$RemoveEnableRulesMetadata {}
|
|
1817
1817
|
/**
|
|
1818
|
-
* The response message of
|
|
1818
|
+
* The response message of `RemoveEnableRules` method.
|
|
1819
1819
|
*/
|
|
1820
1820
|
export interface Schema$RemoveEnableRulesResponse {
|
|
1821
1821
|
/**
|
package/v1beta1.ts
CHANGED
|
@@ -131,7 +131,7 @@ export namespace serviceusage_v1beta1 {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface Schema$AddEnableRulesMetadata {}
|
|
133
133
|
/**
|
|
134
|
-
* The response message of
|
|
134
|
+
* The response message of `AddEnableRules` method.
|
|
135
135
|
*/
|
|
136
136
|
export interface Schema$AddEnableRulesResponse {
|
|
137
137
|
/**
|
|
@@ -473,7 +473,7 @@ export namespace serviceusage_v1beta1 {
|
|
|
473
473
|
*/
|
|
474
474
|
etag?: string | null;
|
|
475
475
|
/**
|
|
476
|
-
* Output only. The resource name of the policy.
|
|
476
|
+
* Output only. The resource name of the policy. We only allow consumer policy name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`.
|
|
477
477
|
*/
|
|
478
478
|
name?: string | null;
|
|
479
479
|
/**
|
|
@@ -768,7 +768,7 @@ export namespace serviceusage_v1beta1 {
|
|
|
768
768
|
*/
|
|
769
769
|
enableType?: string | null;
|
|
770
770
|
/**
|
|
771
|
-
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented).
|
|
771
|
+
* DEPRECATED: Please use field `values`. Service group should have prefix `groups/`. The names of the service groups that are enabled (Not Implemented). Example: `groups/googleServices`.
|
|
772
772
|
*/
|
|
773
773
|
groups?: string[] | null;
|
|
774
774
|
/**
|
|
@@ -776,7 +776,7 @@ export namespace serviceusage_v1beta1 {
|
|
|
776
776
|
*/
|
|
777
777
|
services?: string[] | null;
|
|
778
778
|
/**
|
|
779
|
-
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
|
|
779
|
+
* The names of the services or service groups that are enabled. Example: `services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`.
|
|
780
780
|
*/
|
|
781
781
|
values?: string[] | null;
|
|
782
782
|
}
|
|
@@ -1999,7 +1999,7 @@ export namespace serviceusage_v1beta1 {
|
|
|
1999
1999
|
*/
|
|
2000
2000
|
export interface Schema$RemoveEnableRulesMetadata {}
|
|
2001
2001
|
/**
|
|
2002
|
-
* The response message of
|
|
2002
|
+
* The response message of `RemoveEnableRules` method.
|
|
2003
2003
|
*/
|
|
2004
2004
|
export interface Schema$RemoveEnableRulesResponse {
|
|
2005
2005
|
/**
|