Added resource annotation for Key message.

PiperOrigin-RevId: 283066965
This commit is contained in:
Google APIs 2019-11-29 09:12:35 -08:00 committed by Copybara-Service
parent 86c1a2db17
commit 6ab0171e36
1 changed files with 5 additions and 0 deletions

View File

@ -346,6 +346,11 @@ message DeleteKeyRequest {
// A key used to identify and configure applications (web and/or mobile) that
// use reCAPTCHA Enterprise.
message Key {
option (google.api.resource) = {
type: "recaptchaenterprise.googleapis.com/Key"
pattern: "projects/{project}/keys/{key}"
};
// The resource name for the Key in the format
// "projects/{project_number}/keys/{key_id}".
string name = 1;