From e2f9fed7af52aab052c5cedf8e0dc4a7c9995dc9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 21 Feb 2024 16:31:13 -0500 Subject: [PATCH] chore: fix docs build in google-cloud-dialogflow-cx (#12345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Towards https://github.com/googleapis/google-cloud-python/issues/12326 🦕 See https://github.com/googleapis/gapic-generator-python/issues/1776 Co-authored-by: ohmayr --- .../cloud/dialogflowcx_v3beta1/types/tool.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/tool.py b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/tool.py index 80cecd0fa4d5..9eaf5a1410cc 100644 --- a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/tool.py +++ b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/tool.py @@ -666,12 +666,17 @@ class CACert(proto.Message): certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed - using the following command, openssl x509 - -req -days 200 -in example.com.csr \ - -signkey example.com.key \ - -out example.com.crt \ - -extfile <(printf - "\nsubjectAltName='DNS:www.example.com'") + using the following command: + + :: + + openssl x509 + -req -days 200 -in example.com.csr \ + -signkey example.com.key \ + -out example.com.crt \ + -extfile <(printf + "\nsubjectAltName='DNS:www.example.com'") + """ display_name: str = proto.Field(