Skip to content

Commit

Permalink
docs: fix docstring formatting
Browse files Browse the repository at this point in the history
Committer: parthea
PiperOrigin-RevId: 429178314

Source-Link: googleapis/googleapis@f30b83d

Source-Link: googleapis/googleapis-gen@5ef2e4f
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ2VydGlmaWNhdGVNYW5hZ2VyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI1ZWYyZTRmZjE2YzM3ZThiMWUzYTMwY2Q3ODVlMTc4MDlmNTA0MWJjIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 17, 2022
1 parent 91867c3 commit 3fa70c6
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10047,10 +10047,9 @@ public sealed partial class CertificateMapEntry : pb::IMessage<CertificateMapEnt
/// <summary>Field number for the "hostname" field.</summary>
public const int HostnameFieldNumber = 5;
/// <summary>
/// A Hostname (FQDN, e.g. example.com)
/// or a wildcard hostname expression (*.example.com) for a set of hostnames
/// with common suffix. Used as Server Name Indication (SNI) for selecting
/// a proper certificate.
/// A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
/// (`*.example.com`) for a set of hostnames with common suffix. Used as
/// Server Name Indication (SNI) for selecting a proper certificate.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -10618,8 +10617,8 @@ public sealed partial class DnsAuthorization : pb::IMessage<DnsAuthorization>
private string domain_ = "";
/// <summary>
/// Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a
/// single domain and its wildcard, e.g. authorization for "example.com" can
/// be used to issue certificates for "example.com" and "*.example.com".
/// single domain and its wildcard, e.g. authorization for `example.com` can
/// be used to issue certificates for `example.com` and `*.example.com`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -10998,7 +10997,7 @@ public sealed partial class DnsResourceRecord : pb::IMessage<DnsResourceRecord>
private string name_ = "";
/// <summary>
/// Output only. Fully qualified name of the DNS Resource Record.
/// e.g. "_acme-challenge.example.com."
/// e.g. `_acme-challenge.example.com`
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 3fa70c6

Please sign in to comment.