Skip to content

Commit 38215a6

Browse files
yoshi-automationsofisl
authored andcommitted
fix(oslogin): update the API
#### oslogin:v1alpha The following keys were changed: - resources.users.methods.importSshPublicKey.parameters.regions.description
1 parent 5f511db commit 38215a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/oslogin-v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"type": "string"
207207
},
208208
"regions": {
209-
"description": "Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.",
209+
"description": "Optional. The regions to wait for a POSIX account to be written to before returning a response. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.",
210210
"location": "query",
211211
"repeated": true,
212212
"type": "string"
@@ -477,7 +477,7 @@
477477
}
478478
}
479479
},
480-
"revision": "20240616",
480+
"revision": "20241208",
481481
"rootUrl": "https://oslogin.googleapis.com/",
482482
"schemas": {
483483
"Empty": {

‎src/apis/oslogin/v1alpha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export namespace oslogin_v1alpha {
516516
*/
517517
projectId?: string;
518518
/**
519-
* Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
519+
* Optional. The regions to wait for a POSIX account to be written to before returning a response. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
520520
*/
521521
regions?: string[];
522522
/**

0 commit comments

Comments
 (0)