Skip to content

Commit 5f897f0

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 405687537
1 parent 7f52277 commit 5f897f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

google/cloud/security/privateca/v1beta1/resources.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ message CertificateAuthority {
7171
message AllowedSubjectAltNames {
7272
// Optional. Contains valid, fully-qualified host names. Glob patterns are also
7373
// supported. To allow an explicit wildcard certificate, escape with
74-
// backlash (i.e. "\*").
75-
// E.g. for globbed entries: '*bar.com' will allow foo.bar.com, but not
76-
// *.bar.com, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set.
77-
// E.g. for wildcard entries: '\*.bar.com' will allow '*.bar.com', but not
78-
// 'foo.bar.com'.
74+
// backlash (i.e. `\*`).
75+
// E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not
76+
// `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set.
77+
// E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not
78+
// `foo.bar.com`.
7979
repeated string allowed_dns_names = 1 [(google.api.field_behavior) = OPTIONAL];
8080

8181
// Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To

0 commit comments

Comments
 (0)