Fix: Remove extraneous resource definition for cloudkms.googleapis.com/CryptoKey.
PiperOrigin-RevId: 294176658
This commit is contained in:
parent
e7d8a694f4
commit
63796fcbb0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue