Skip to content

Commit

Permalink
feat(oslogin): update the API
Browse files Browse the repository at this point in the history
#### oslogin:v1

The following keys were added:
- resources.users.methods.importSshPublicKey.parameters.regions.description
- resources.users.methods.importSshPublicKey.parameters.regions.location
- resources.users.methods.importSshPublicKey.parameters.regions.repeated
- resources.users.methods.importSshPublicKey.parameters.regions.type
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 5, 2024
1 parent ec596c1 commit cfc90e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion discovery/oslogin-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
"description": "The project ID of the Google Cloud Platform project.",
"location": "query",
"type": "string"
},
"regions": {
"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.",
"location": "query",
"repeated": true,
"type": "string"
}
},
"path": "v1/{+parent}:importSshPublicKey",
Expand Down Expand Up @@ -343,7 +349,7 @@
}
}
},
"revision": "20220319",
"revision": "20231217",
"rootUrl": "https://oslogin.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
4 changes: 4 additions & 0 deletions src/apis/oslogin/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ export namespace oslogin_v1 {
* The project ID of the Google Cloud Platform project.
*/
projectId?: string;
/**
* 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.
*/
regions?: string[];

/**
* Request body metadata
Expand Down

0 comments on commit cfc90e7

Please sign in to comment.