From 79e991145543f7588d21bcc274eba983aba3653d Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:01:40 -0400 Subject: [PATCH] docs: fix docstring formatting (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 405687537 Source-Link: https://github.com/googleapis/googleapis/commit/5f897f0cd68ea0d7729fa3edb6b61d66dff81ece Source-Link: https://github.com/googleapis/googleapis-gen/commit/f75643a54f3b681eb1c8c73e8002c1dd7d2bd5fe Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjc1NjQzYTU0ZjNiNjgxZWIxYzhjNzNlODAwMmMxZGQ3ZDJiZDVmZSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../security/privateca_v1beta1/types/resources.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/google/cloud/security/privateca_v1beta1/types/resources.py b/google/cloud/security/privateca_v1beta1/types/resources.py index 4650edd..bc858ee 100644 --- a/google/cloud/security/privateca_v1beta1/types/resources.py +++ b/google/cloud/security/privateca_v1beta1/types/resources.py @@ -351,12 +351,12 @@ class AllowedSubjectAltNames(proto.Message): allowed_dns_names (Sequence[str]): Optional. Contains valid, fully-qualified host names. Glob patterns are also supported. To allow an explicit wildcard - certificate, escape with backlash (i.e. "*"). E.g. for - globbed entries: '*bar.com' will allow foo.bar.com, but not - *.bar.com, unless the + certificate, escape with backlash (i.e. ``\*``). E.g. for + globbed entries: ``*bar.com`` will allow ``foo.bar.com``, + but not ``*.bar.com``, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] - field is set. E.g. for wildcard entries: '*.bar.com' will - allow '*.bar.com', but not 'foo.bar.com'. + field is set. E.g. for wildcard entries: ``\*.bar.com`` will + allow ``*.bar.com``, but not ``foo.bar.com``. allowed_uris (Sequence[str]): Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To match across path seperators (i.e. '/')