Fix: Remove extraneous resource definition for cloudkms.googleapis.com/CryptoKey.

PiperOrigin-RevId: 294176658
This commit is contained in:
Google APIs 2020-02-10 02:15:38 -08:00 committed by Copybara-Service
parent e7d8a694f4
commit 63796fcbb0
1 changed files with 0 additions and 5 deletions

View File

@ -142,11 +142,6 @@ message CryptoKey {
map<string, string> labels = 10;
}
option (google.api.resource_definition) = {
type: "cloudkms.googleapis.com/CryptoKey"
pattern: "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key_path=**}"
};
// A [CryptoKeyVersionTemplate][google.cloud.kms.v1.CryptoKeyVersionTemplate] specifies the properties to use when creating
// a new [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion], either manually with
// [CreateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.CreateCryptoKeyVersion] or