Added resource annotation for Key message.
PiperOrigin-RevId: 283066965
This commit is contained in:
parent
86c1a2db17
commit
6ab0171e36
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue