Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 79e9911

Browse files
docs: fix docstring formatting (#141)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 405687537 Source-Link: googleapis/googleapis@5f897f0 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b52b54b commit 79e9911

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/cloud/security/privateca_v1beta1/types/resources.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,12 @@ class AllowedSubjectAltNames(proto.Message):
351351
allowed_dns_names (Sequence[str]):
352352
Optional. Contains valid, fully-qualified host names. Glob
353353
patterns are also supported. To allow an explicit wildcard
354-
certificate, escape with backlash (i.e. "*"). E.g. for
355-
globbed entries: '*bar.com' will allow foo.bar.com, but not
356-
*.bar.com, unless the
354+
certificate, escape with backlash (i.e. ``\*``). E.g. for
355+
globbed entries: ``*bar.com`` will allow ``foo.bar.com``,
356+
but not ``*.bar.com``, unless the
357357
[allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards]
358-
field is set. E.g. for wildcard entries: '*.bar.com' will
359-
allow '*.bar.com', but not 'foo.bar.com'.
358+
field is set. E.g. for wildcard entries: ``\*.bar.com`` will
359+
allow ``*.bar.com``, but not ``foo.bar.com``.
360360
allowed_uris (Sequence[str]):
361361
Optional. Contains valid RFC 3986 URIs. Glob patterns are
362362
also supported. To match across path seperators (i.e. '/')

0 commit comments

Comments
 (0)