From 468831ed192b315239de47065452d289df8957a2 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Wed, 13 Mar 2019 12:52:05 -0700 Subject: [PATCH] Modify docs on managed ssl cert. (#1502) Merged PR #1502. --- products/compute/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/compute/api.yaml b/products/compute/api.yaml index 05851b28bb2a..bf2eb53ebe8b 100644 --- a/products/compute/api.yaml +++ b/products/compute/api.yaml @@ -3556,8 +3556,8 @@ objects: - !ruby/object:Api::Type::Enum name: 'type' description: | - Specifies the type of SSL certificate, either `SELF_MANAGED` or `MANAGED`. - If not specified, the certificate is self-managed. + Enum field whose value is always `MANAGED` - used to signal to the API + which type this is. values: - :MANAGED default_value: :MANAGED