@maxim_mazurok/gapi.client.osconfig-v1alpha 0.0.20230612 → 0.0.20230618
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 +3 -3
- package/package.json +1 -1
- package/tests.ts +3 -3
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://osconfig.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230618
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1250,7 +1250,7 @@ declare namespace gapi.client {
|
|
|
1250
1250
|
}): Request<ListInventoriesResponse>;
|
|
1251
1251
|
}
|
|
1252
1252
|
interface ReportsResource {
|
|
1253
|
-
/** Get the OS policy
|
|
1253
|
+
/** Get the OS policy assignment report for the specified Compute Engine VM instance. */
|
|
1254
1254
|
get(request?: {
|
|
1255
1255
|
/** V1 error format. */
|
|
1256
1256
|
"$.xgafv"?:
|
|
@@ -1293,7 +1293,7 @@ declare namespace gapi.client {
|
|
|
1293
1293
|
uploadType?:
|
|
1294
1294
|
string;
|
|
1295
1295
|
}): Request<OSPolicyAssignmentReport>;
|
|
1296
|
-
/** List OS policy
|
|
1296
|
+
/** List OS policy assignment reports for all Compute Engine VM instances in the specified zone. */
|
|
1297
1297
|
list(request?: {
|
|
1298
1298
|
/** V1 error format. */
|
|
1299
1299
|
"$.xgafv"?:
|
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: 20230618
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -53,11 +53,11 @@ gapi.load('client', async () => {
|
|
|
53
53
|
parent: "Test string",
|
|
54
54
|
view: "Test string",
|
|
55
55
|
});
|
|
56
|
-
/** Get the OS policy
|
|
56
|
+
/** Get the OS policy assignment report for the specified Compute Engine VM instance. */
|
|
57
57
|
await gapi.client.osconfig.projects.locations.instances.osPolicyAssignments.reports.get({
|
|
58
58
|
name: "Test string",
|
|
59
59
|
});
|
|
60
|
-
/** List OS policy
|
|
60
|
+
/** List OS policy assignment reports for all Compute Engine VM instances in the specified zone. */
|
|
61
61
|
await gapi.client.osconfig.projects.locations.instances.osPolicyAssignments.reports.list({
|
|
62
62
|
filter: "Test string",
|
|
63
63
|
pageSize: 42,
|