diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/Common.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/Common.cs index 429b69df2332..785126cf0d07 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/Common.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/Common.cs @@ -305,7 +305,7 @@ public sealed partial class TrackingIssue : pb::IMessage { private string url_ = ""; /// /// A URL pointing to a related entry in an issue tracking system. - /// Example: https://github.com/user/project/issues/4 + /// Example: `https://github.com/user/project/issues/4` /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string Url { diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupService.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupService.cs index d901315c15c6..1ae621530995 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupService.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupService.cs @@ -104,14 +104,12 @@ public sealed partial class GetGroupRequest : pb::IMessage { public const int GroupNameFieldNumber = 1; private string groupName_ = ""; /// - /// Required. The group resource name. Written as - /// <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>. - /// Call - /// <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"> - /// <code>groupStats.list</code></a> to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: <code>projects/my-project-123/groups/my-group</code> + /// Example: `projects/my-project-123/groups/my-group` /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string GroupName { diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs index 9229be29ab9b..41d67b6e8897 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs @@ -251,14 +251,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// If not null, applies overrides to this RPC call. /// The RPC response. @@ -272,14 +270,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// If not null, applies overrides to this RPC call. /// A Task containing the RPC response. @@ -293,14 +289,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// A to use for this RPC. /// A Task containing the RPC response. @@ -311,14 +305,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// If not null, applies overrides to this RPC call. /// The RPC response. @@ -332,14 +324,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// If not null, applies overrides to this RPC call. /// A Task containing the RPC response. @@ -353,14 +343,12 @@ internal static ErrorGroupServiceClient Create(grpccore::CallInvoker callInvoker /// Get the specified group. /// /// - /// Required. The group resource name. Written as - /// &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;. - /// Call - /// &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt; - /// &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to - /// this project. + /// The group resource name. Written as + /// `projects/{projectID}/groups/{group_name}`. Call + /// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list) + /// to return a list of groups belonging to this project. /// - /// Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt; + /// Example: `projects/my-project-123/groups/my-group` /// /// A to use for this RPC. /// A Task containing the RPC response. diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata b/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata index b3c5c00fc186..83d5dd217eea 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "89e89786896d256c70f43e68a975470c4f4f220e" + "sha": "8f41c697c67d357665ce9afac18793c8f80ac73c" } } ]