@@ -985,10 +985,9 @@ message CertificateMapEntry {
985985 map <string , string > labels = 4 ;
986986
987987 oneof match {
988- // A Hostname (FQDN, e.g. example.com)
989- // or a wildcard hostname expression (*.example.com) for a set of hostnames
990- // with common suffix. Used as Server Name Indication (SNI) for selecting
991- // a proper certificate.
988+ // A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
989+ // (`*.example.com`) for a set of hostnames with common suffix. Used as
990+ // Server Name Indication (SNI) for selecting a proper certificate.
992991 string hostname = 5 ;
993992
994993 // A predefined matcher for particular cases, other than SNI selection.
@@ -1019,7 +1018,7 @@ message DnsAuthorization {
10191018 // certificate.
10201019 message DnsResourceRecord {
10211020 // Output only. Fully qualified name of the DNS Resource Record.
1022- // e.g. " _acme-challenge.example.com."
1021+ // e.g. ` _acme-challenge.example.com`
10231022 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
10241023
10251024 // Output only. Type of the DNS Resource Record.
@@ -1048,8 +1047,8 @@ message DnsAuthorization {
10481047 string description = 5 ;
10491048
10501049 // Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a
1051- // single domain and its wildcard, e.g. authorization for " example.com" can
1052- // be used to issue certificates for " example.com" and " *.example.com" .
1050+ // single domain and its wildcard, e.g. authorization for ` example.com` can
1051+ // be used to issue certificates for ` example.com` and ` *.example.com` .
10531052 string domain = 6 [
10541053 (google.api.field_behavior ) = REQUIRED ,
10551054 (google.api.field_behavior ) = IMMUTABLE
0 commit comments