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 Aug 5, 2021
1 parent 2efb695 commit 23b8cad
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33969,6 +33969,17 @@
}
]
},
{
"shortName": "GenerateRandomBytes",
"fullName": "google.cloud.kms.v1.KeyManagementService.GenerateRandomBytes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{location=projects/*/locations/*}:generateRandomBytes"
}
]
},
{
"shortName": "GetCryptoKey",
"fullName": "google.cloud.kms.v1.KeyManagementService.GetCryptoKey",
Expand Down Expand Up @@ -34079,6 +34090,28 @@
}
]
},
{
"shortName": "MacSign",
"fullName": "google.cloud.kms.v1.KeyManagementService.MacSign",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*}:macSign"
}
]
},
{
"shortName": "MacVerify",
"fullName": "google.cloud.kms.v1.KeyManagementService.MacVerify",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*}:macVerify"
}
]
},
{
"shortName": "RestoreCryptoKeyVersion",
"fullName": "google.cloud.kms.v1.KeyManagementService.RestoreCryptoKeyVersion",
Expand Down

0 comments on commit 23b8cad

Please sign in to comment.