From 164411f52cc0c8e7751587c7e1b499646bc61d41 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Tue, 20 Aug 2019 14:44:27 -0700 Subject: [PATCH] changes --- products/kms/api.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/products/kms/api.yaml b/products/kms/api.yaml index 253762f1ac55..584e9b23261f 100644 --- a/products/kms/api.yaml +++ b/products/kms/api.yaml @@ -70,8 +70,12 @@ objects: - !ruby/object:Api::Type::String name: 'keyRing' description: | - The name of the key ring being used. Name must be of the format + The id of the `KeyRing` to which the key shall belong. Name must be + of the format 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}' + required: true + input: true + url_param_only: true properties: - !ruby/object:Api::Type::String name: 'name' @@ -86,13 +90,6 @@ objects: The time that this resource was created on the server. This is in RFC3339 text format. output: true - - !ruby/object:Api::Type::String - name: 'keyRing' - description: | - The id of the `KeyRing` to which the key shall belong. - required: true - input: true - url_param_only: true - !ruby/object:Api::Type::KeyValuePairs name: 'labels' description: |