@googleapis/servicenetworking 12.0.0 → 12.1.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 +7 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v12.0.0...servicenetworking-v12.1.0) (2023-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **servicenetworking:** update the API ([a73423b](https://github.com/googleapis/google-api-nodejs-client/commit/a73423bd8bfe21fca471016b894077dff56e06c0))
|
|
9
|
+
|
|
3
10
|
## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v11.1.0...servicenetworking-v12.0.0) (2023-06-22)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -1556,7 +1556,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1556
1556
|
*/
|
|
1557
1557
|
member?: string | null;
|
|
1558
1558
|
/**
|
|
1559
|
-
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project
|
|
1559
|
+
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project
|
|
1560
1560
|
*/
|
|
1561
1561
|
role?: string | null;
|
|
1562
1562
|
}
|
package/build/v1beta.d.ts
CHANGED
|
@@ -1401,7 +1401,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
1401
1401
|
*/
|
|
1402
1402
|
member?: string | null;
|
|
1403
1403
|
/**
|
|
1404
|
-
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project
|
|
1404
|
+
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project
|
|
1405
1405
|
*/
|
|
1406
1406
|
role?: string | null;
|
|
1407
1407
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -1584,7 +1584,7 @@ export namespace servicenetworking_v1 {
|
|
|
1584
1584
|
*/
|
|
1585
1585
|
member?: string | null;
|
|
1586
1586
|
/**
|
|
1587
|
-
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project
|
|
1587
|
+
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project
|
|
1588
1588
|
*/
|
|
1589
1589
|
role?: string | null;
|
|
1590
1590
|
}
|
package/v1beta.ts
CHANGED
|
@@ -1431,7 +1431,7 @@ export namespace servicenetworking_v1beta {
|
|
|
1431
1431
|
*/
|
|
1432
1432
|
member?: string | null;
|
|
1433
1433
|
/**
|
|
1434
|
-
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project
|
|
1434
|
+
* Required. Role to apply. Only allowlisted roles can be used at the specified granularity. The role must be one of the following: - 'roles/container.hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.securityAdmin' applied on the shared VPC host project - 'roles/compute.networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin' applied on the shared VPC host project - 'roles/dns.admin' applied on the shared VPC host project
|
|
1435
1435
|
*/
|
|
1436
1436
|
role?: string | null;
|
|
1437
1437
|
}
|