Skip to content

Commit

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

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 18 11:17:05 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 853c7bcba7a7d15f015820340b74fd5dfa591512
Source-Link: googleapis/googleapis@853c7bc
  • Loading branch information
yoshi-automation authored and jskeet committed Oct 19, 2021
1 parent db2e28f commit 7c9d9f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -103,7 +103,7 @@ public sealed partial class Endpoint : pb::IMessage<Endpoint>
private string name_ = "";
/// <summary>
/// Immutable. The resource name for the endpoint in the format
/// 'projects/*/locations/*/namespaces/*/services/*/endpoints/*'.
/// `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string Name {
Expand Down
Expand Up @@ -99,7 +99,7 @@ public sealed partial class Namespace : pb::IMessage<Namespace>
private string name_ = "";
/// <summary>
/// Immutable. The resource name for the namespace in the format
/// 'projects/*/locations/*/namespaces/*'.
/// `projects/*/locations/*/namespaces/*`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string Name {
Expand Down
Expand Up @@ -104,7 +104,7 @@ public sealed partial class Service : pb::IMessage<Service>
private string name_ = "";
/// <summary>
/// Immutable. The resource name for the service in the format
/// 'projects/*/locations/*/namespaces/*/services/*'.
/// `projects/*/locations/*/namespaces/*/services/*`.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string Name {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.ServiceDirectory.V1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0cfe2ce81d1b81069d62ad1c9c28d5cab21c1958"
"sha": "853c7bcba7a7d15f015820340b74fd5dfa591512"
}
}
]
Expand Down

0 comments on commit 7c9d9f0

Please sign in to comment.