@maxim_mazurok/gapi.client.managedidentities-v1 0.0.20230227 → 0.0.20230413
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 +1962 -937
- package/package.json +1 -1
- package/tests.ts +10 -7
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: 20230413
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -125,6 +125,14 @@ gapi.load('client', async () => {
|
|
|
125
125
|
updateTime: "Test string",
|
|
126
126
|
},
|
|
127
127
|
});
|
|
128
|
+
/** DomainJoinMachine API joins a Compute Engine VM to the domain */
|
|
129
|
+
await gapi.client.managedidentities.projects.locations.global.domains.domainJoinMachine({
|
|
130
|
+
domain: "Test string",
|
|
131
|
+
}, {
|
|
132
|
+
force: true,
|
|
133
|
+
ouName: "Test string",
|
|
134
|
+
vmIdToken: "Test string",
|
|
135
|
+
});
|
|
128
136
|
/** Extend Schema for Domain */
|
|
129
137
|
await gapi.client.managedidentities.projects.locations.global.domains.extendSchema({
|
|
130
138
|
domain: "Test string",
|
|
@@ -407,12 +415,7 @@ gapi.load('client', async () => {
|
|
|
407
415
|
await gapi.client.managedidentities.projects.locations.global.operations.get({
|
|
408
416
|
name: "Test string",
|
|
409
417
|
});
|
|
410
|
-
/**
|
|
411
|
-
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to
|
|
412
|
-
* override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as
|
|
413
|
-
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
414
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
415
|
-
*/
|
|
418
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
416
419
|
await gapi.client.managedidentities.projects.locations.global.operations.list({
|
|
417
420
|
filter: "Test string",
|
|
418
421
|
name: "Test string",
|