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

Commit

Permalink
docs: fix docstring formatting (#141)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 405687537

Source-Link: googleapis/googleapis@5f897f0

Source-Link: googleapis/googleapis-gen@f75643a
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 26, 2021
1 parent b52b54b commit 79e9911
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions google/cloud/security/privateca_v1beta1/types/resources.py
Expand Up @@ -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. '/')
Expand Down

0 comments on commit 79e9911

Please sign in to comment.