Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Nov 14, 2022
1 parent 2360559 commit 5e5d500
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api-index-v1.json
Expand Up @@ -58393,6 +58393,17 @@
"shortName": "OsLoginService",
"fullName": "google.cloud.oslogin.v1.OsLoginService",
"methods": [
{
"shortName": "CreateSshPublicKey",
"fullName": "google.cloud.oslogin.v1.OsLoginService.CreateSshPublicKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=users/*}/sshPublicKeys"
}
]
},
{
"shortName": "DeletePosixAccount",
"fullName": "google.cloud.oslogin.v1.OsLoginService.DeletePosixAccount",
Expand Down Expand Up @@ -58518,6 +58529,17 @@
"shortName": "OsLoginService",
"fullName": "google.cloud.oslogin.v1beta.OsLoginService",
"methods": [
{
"shortName": "CreateSshPublicKey",
"fullName": "google.cloud.oslogin.v1beta.OsLoginService.CreateSshPublicKey",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta/{parent=users/*}/sshPublicKeys"
}
]
},
{
"shortName": "DeletePosixAccount",
"fullName": "google.cloud.oslogin.v1beta.OsLoginService.DeletePosixAccount",
Expand Down

0 comments on commit 5e5d500

Please sign in to comment.