Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9606c51

Browse files
docs: fix several broken links in the docs. (#157)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5a6d8b4a-5d51-4aa7-bbe3-089dd415efba/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 314787285 Source-Link: googleapis/googleapis@8f41c69
1 parent 3a9fff4 commit 9606c51

File tree

8 files changed

+72
-94
lines changed

8 files changed

+72
-94
lines changed

google-cloud-errorreporting/src/main/java/com/google/cloud/errorreporting/v1beta1/ErrorGroupServiceClient.java

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,11 @@ public final UnaryCallable<UpdateGroupRequest, ErrorGroup> updateGroupCallable()
261261
* }
262262
* </code></pre>
263263
*
264-
* @param groupName Required. The group resource name. Written as
265-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
266-
* Call &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
267-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
268-
* this project.
269-
* <p>Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
264+
* @param groupName The group resource name. Written as
265+
* `projects/{projectID}/groups/{group_name}`. Call
266+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
267+
* to return a list of groups belonging to this project.
268+
* <p>Example: `projects/my-project-123/groups/my-group`
270269
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
271270
*/
272271
public final ErrorGroup getGroup(ErrorGroupName groupName) {
@@ -290,12 +289,11 @@ public final ErrorGroup getGroup(ErrorGroupName groupName) {
290289
* }
291290
* </code></pre>
292291
*
293-
* @param groupName Required. The group resource name. Written as
294-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
295-
* Call &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
296-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
297-
* this project.
298-
* <p>Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
292+
* @param groupName The group resource name. Written as
293+
* `projects/{projectID}/groups/{group_name}`. Call
294+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
295+
* to return a list of groups belonging to this project.
296+
* <p>Example: `projects/my-project-123/groups/my-group`
299297
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
300298
*/
301299
public final ErrorGroup getGroup(String groupName) {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/GetGroupRequest.java

Lines changed: 35 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
117117
*
118118
*
119119
* <pre>
120-
* Required. The group resource name. Written as
121-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
122-
* Call
123-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
124-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
125-
* this project.
126-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
120+
* The group resource name. Written as
121+
* `projects/{projectID}/groups/{group_name}`. Call
122+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
123+
* to return a list of groups belonging to this project.
124+
* Example: `projects/my-project-123/groups/my-group`
127125
* </pre>
128126
*
129127
* <code>
@@ -148,13 +146,11 @@ public java.lang.String getGroupName() {
148146
*
149147
*
150148
* <pre>
151-
* Required. The group resource name. Written as
152-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
153-
* Call
154-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
155-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
156-
* this project.
157-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
149+
* The group resource name. Written as
150+
* `projects/{projectID}/groups/{group_name}`. Call
151+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
152+
* to return a list of groups belonging to this project.
153+
* Example: `projects/my-project-123/groups/my-group`
158154
* </pre>
159155
*
160156
* <code>
@@ -504,13 +500,11 @@ public Builder mergeFrom(
504500
*
505501
*
506502
* <pre>
507-
* Required. The group resource name. Written as
508-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
509-
* Call
510-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
511-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
512-
* this project.
513-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
503+
* The group resource name. Written as
504+
* `projects/{projectID}/groups/{group_name}`. Call
505+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
506+
* to return a list of groups belonging to this project.
507+
* Example: `projects/my-project-123/groups/my-group`
514508
* </pre>
515509
*
516510
* <code>
@@ -534,13 +528,11 @@ public java.lang.String getGroupName() {
534528
*
535529
*
536530
* <pre>
537-
* Required. The group resource name. Written as
538-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
539-
* Call
540-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
541-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
542-
* this project.
543-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
531+
* The group resource name. Written as
532+
* `projects/{projectID}/groups/{group_name}`. Call
533+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
534+
* to return a list of groups belonging to this project.
535+
* Example: `projects/my-project-123/groups/my-group`
544536
* </pre>
545537
*
546538
* <code>
@@ -564,13 +556,11 @@ public com.google.protobuf.ByteString getGroupNameBytes() {
564556
*
565557
*
566558
* <pre>
567-
* Required. The group resource name. Written as
568-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
569-
* Call
570-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
571-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
572-
* this project.
573-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
559+
* The group resource name. Written as
560+
* `projects/{projectID}/groups/{group_name}`. Call
561+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
562+
* to return a list of groups belonging to this project.
563+
* Example: `projects/my-project-123/groups/my-group`
574564
* </pre>
575565
*
576566
* <code>
@@ -593,13 +583,11 @@ public Builder setGroupName(java.lang.String value) {
593583
*
594584
*
595585
* <pre>
596-
* Required. The group resource name. Written as
597-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
598-
* Call
599-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
600-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
601-
* this project.
602-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
586+
* The group resource name. Written as
587+
* `projects/{projectID}/groups/{group_name}`. Call
588+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
589+
* to return a list of groups belonging to this project.
590+
* Example: `projects/my-project-123/groups/my-group`
603591
* </pre>
604592
*
605593
* <code>
@@ -618,13 +606,11 @@ public Builder clearGroupName() {
618606
*
619607
*
620608
* <pre>
621-
* Required. The group resource name. Written as
622-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
623-
* Call
624-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
625-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
626-
* this project.
627-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
609+
* The group resource name. Written as
610+
* `projects/{projectID}/groups/{group_name}`. Call
611+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
612+
* to return a list of groups belonging to this project.
613+
* Example: `projects/my-project-123/groups/my-group`
628614
* </pre>
629615
*
630616
* <code>

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/GetGroupRequestOrBuilder.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ public interface GetGroupRequestOrBuilder
2727
*
2828
*
2929
* <pre>
30-
* Required. The group resource name. Written as
31-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
32-
* Call
33-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
34-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
35-
* this project.
36-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
30+
* The group resource name. Written as
31+
* `projects/{projectID}/groups/{group_name}`. Call
32+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
33+
* to return a list of groups belonging to this project.
34+
* Example: `projects/my-project-123/groups/my-group`
3735
* </pre>
3836
*
3937
* <code>
@@ -47,13 +45,11 @@ public interface GetGroupRequestOrBuilder
4745
*
4846
*
4947
* <pre>
50-
* Required. The group resource name. Written as
51-
* &lt;code&gt;projects/&lt;var&gt;projectID&lt;/var&gt;/groups/&lt;var&gt;group_name&lt;/var&gt;&lt;/code&gt;.
52-
* Call
53-
* &lt;a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"&gt;
54-
* &lt;code&gt;groupStats.list&lt;/code&gt;&lt;/a&gt; to return a list of groups belonging to
55-
* this project.
56-
* Example: &lt;code&gt;projects/my-project-123/groups/my-group&lt;/code&gt;
48+
* The group resource name. Written as
49+
* `projects/{projectID}/groups/{group_name}`. Call
50+
* [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
51+
* to return a list of groups belonging to this project.
52+
* Example: `projects/my-project-123/groups/my-group`
5753
* </pre>
5854
*
5955
* <code>

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/TrackingIssue.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
118118
*
119119
* <pre>
120120
* A URL pointing to a related entry in an issue tracking system.
121-
* Example: https://github.com/user/project/issues/4
121+
* Example: `https://github.com/user/project/issues/4`
122122
* </pre>
123123
*
124124
* <code>string url = 1;</code>
@@ -142,7 +142,7 @@ public java.lang.String getUrl() {
142142
*
143143
* <pre>
144144
* A URL pointing to a related entry in an issue tracking system.
145-
* Example: https://github.com/user/project/issues/4
145+
* Example: `https://github.com/user/project/issues/4`
146146
* </pre>
147147
*
148148
* <code>string url = 1;</code>
@@ -490,7 +490,7 @@ public Builder mergeFrom(
490490
*
491491
* <pre>
492492
* A URL pointing to a related entry in an issue tracking system.
493-
* Example: https://github.com/user/project/issues/4
493+
* Example: `https://github.com/user/project/issues/4`
494494
* </pre>
495495
*
496496
* <code>string url = 1;</code>
@@ -513,7 +513,7 @@ public java.lang.String getUrl() {
513513
*
514514
* <pre>
515515
* A URL pointing to a related entry in an issue tracking system.
516-
* Example: https://github.com/user/project/issues/4
516+
* Example: `https://github.com/user/project/issues/4`
517517
* </pre>
518518
*
519519
* <code>string url = 1;</code>
@@ -536,7 +536,7 @@ public com.google.protobuf.ByteString getUrlBytes() {
536536
*
537537
* <pre>
538538
* A URL pointing to a related entry in an issue tracking system.
539-
* Example: https://github.com/user/project/issues/4
539+
* Example: `https://github.com/user/project/issues/4`
540540
* </pre>
541541
*
542542
* <code>string url = 1;</code>
@@ -558,7 +558,7 @@ public Builder setUrl(java.lang.String value) {
558558
*
559559
* <pre>
560560
* A URL pointing to a related entry in an issue tracking system.
561-
* Example: https://github.com/user/project/issues/4
561+
* Example: `https://github.com/user/project/issues/4`
562562
* </pre>
563563
*
564564
* <code>string url = 1;</code>
@@ -576,7 +576,7 @@ public Builder clearUrl() {
576576
*
577577
* <pre>
578578
* A URL pointing to a related entry in an issue tracking system.
579-
* Example: https://github.com/user/project/issues/4
579+
* Example: `https://github.com/user/project/issues/4`
580580
* </pre>
581581
*
582582
* <code>string url = 1;</code>

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/TrackingIssueOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface TrackingIssueOrBuilder
2828
*
2929
* <pre>
3030
* A URL pointing to a related entry in an issue tracking system.
31-
* Example: https://github.com/user/project/issues/4
31+
* Example: `https://github.com/user/project/issues/4`
3232
* </pre>
3333
*
3434
* <code>string url = 1;</code>
@@ -41,7 +41,7 @@ public interface TrackingIssueOrBuilder
4141
*
4242
* <pre>
4343
* A URL pointing to a related entry in an issue tracking system.
44-
* Example: https://github.com/user/project/issues/4
44+
* Example: `https://github.com/user/project/issues/4`
4545
* </pre>
4646
*
4747
* <code>string url = 1;</code>

proto-google-cloud-error-reporting-v1beta1/src/main/proto/google/devtools/clouderrorreporting/v1beta1/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message ErrorGroup {
5050
// Information related to tracking the progress on resolving the error.
5151
message TrackingIssue {
5252
// A URL pointing to a related entry in an issue tracking system.
53-
// Example: https://github.com/user/project/issues/4
53+
// Example: `https://github.com/user/project/issues/4`
5454
string url = 1;
5555
}
5656

proto-google-cloud-error-reporting-v1beta1/src/main/proto/google/devtools/clouderrorreporting/v1beta1/error_group_service.proto

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@ service ErrorGroupService {
5757

5858
// A request to return an individual group.
5959
message GetGroupRequest {
60-
// Required. The group resource name. Written as
61-
// <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.
62-
// Call
63-
// <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list">
64-
// <code>groupStats.list</code></a> to return a list of groups belonging to
65-
// this project.
60+
// The group resource name. Written as
61+
// `projects/{projectID}/groups/{group_name}`. Call
62+
// [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
63+
// to return a list of groups belonging to this project.
6664
//
67-
// Example: <code>projects/my-project-123/groups/my-group</code>
65+
// Example: `projects/my-project-123/groups/my-group`
6866
string group_name = 1 [
6967
(google.api.field_behavior) = REQUIRED,
7068
(google.api.resource_reference) = {

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
15-
"internalRef": "313460921"
14+
"sha": "8f41c697c67d357665ce9afac18793c8f80ac73c",
15+
"internalRef": "314787285"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)