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

Commit 22496d5

Browse files
docs: fix docstring formatting (#566)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 410919520 Source-Link: googleapis/googleapis@b5274f7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a179eefb3b32897d75c53d8349f23910c7753050 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTE3OWVlZmIzYjMyODk3ZDc1YzUzZDgzNDlmMjM5MTBjNzc1MzA1MCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c04d074 commit 22496d5

File tree

6 files changed

+68
-68
lines changed

6 files changed

+68
-68
lines changed

proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/HttpRequest.java

+22-22
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ public int getHeadersCount() {
390390
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
391391
* * Content-Length: This will be computed by Cloud Tasks.
392392
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
393-
* * X-Google-*: Google use only.
394-
* * X-AppEngine-*: Google use only.
393+
* * `X-Google-*`: Google use only.
394+
* * `X-AppEngine-*`: Google use only.
395395
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
396396
* `Content-Type` to a media type when the
397397
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -432,8 +432,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeaders() {
432432
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
433433
* * Content-Length: This will be computed by Cloud Tasks.
434434
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
435-
* * X-Google-*: Google use only.
436-
* * X-AppEngine-*: Google use only.
435+
* * `X-Google-*`: Google use only.
436+
* * `X-AppEngine-*`: Google use only.
437437
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
438438
* `Content-Type` to a media type when the
439439
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -465,8 +465,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeadersMap() {
465465
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
466466
* * Content-Length: This will be computed by Cloud Tasks.
467467
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
468-
* * X-Google-*: Google use only.
469-
* * X-AppEngine-*: Google use only.
468+
* * `X-Google-*`: Google use only.
469+
* * `X-AppEngine-*`: Google use only.
470470
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
471471
* `Content-Type` to a media type when the
472472
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -502,8 +502,8 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri
502502
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
503503
* * Content-Length: This will be computed by Cloud Tasks.
504504
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
505-
* * X-Google-*: Google use only.
506-
* * X-AppEngine-*: Google use only.
505+
* * `X-Google-*`: Google use only.
506+
* * `X-AppEngine-*`: Google use only.
507507
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
508508
* `Content-Type` to a media type when the
509509
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1446,8 +1446,8 @@ public int getHeadersCount() {
14461446
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
14471447
* * Content-Length: This will be computed by Cloud Tasks.
14481448
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1449-
* * X-Google-*: Google use only.
1450-
* * X-AppEngine-*: Google use only.
1449+
* * `X-Google-*`: Google use only.
1450+
* * `X-AppEngine-*`: Google use only.
14511451
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
14521452
* `Content-Type` to a media type when the
14531453
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1488,8 +1488,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeaders() {
14881488
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
14891489
* * Content-Length: This will be computed by Cloud Tasks.
14901490
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1491-
* * X-Google-*: Google use only.
1492-
* * X-AppEngine-*: Google use only.
1491+
* * `X-Google-*`: Google use only.
1492+
* * `X-AppEngine-*`: Google use only.
14931493
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
14941494
* `Content-Type` to a media type when the
14951495
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1521,8 +1521,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeadersMap() {
15211521
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
15221522
* * Content-Length: This will be computed by Cloud Tasks.
15231523
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1524-
* * X-Google-*: Google use only.
1525-
* * X-AppEngine-*: Google use only.
1524+
* * `X-Google-*`: Google use only.
1525+
* * `X-AppEngine-*`: Google use only.
15261526
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
15271527
* `Content-Type` to a media type when the
15281528
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1559,8 +1559,8 @@ public java.lang.String getHeadersOrDefault(
15591559
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
15601560
* * Content-Length: This will be computed by Cloud Tasks.
15611561
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1562-
* * X-Google-*: Google use only.
1563-
* * X-AppEngine-*: Google use only.
1562+
* * `X-Google-*`: Google use only.
1563+
* * `X-AppEngine-*`: Google use only.
15641564
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
15651565
* `Content-Type` to a media type when the
15661566
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1604,8 +1604,8 @@ public Builder clearHeaders() {
16041604
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
16051605
* * Content-Length: This will be computed by Cloud Tasks.
16061606
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1607-
* * X-Google-*: Google use only.
1608-
* * X-AppEngine-*: Google use only.
1607+
* * `X-Google-*`: Google use only.
1608+
* * `X-AppEngine-*`: Google use only.
16091609
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16101610
* `Content-Type` to a media type when the
16111611
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1645,8 +1645,8 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableHeaders() {
16451645
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
16461646
* * Content-Length: This will be computed by Cloud Tasks.
16471647
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1648-
* * X-Google-*: Google use only.
1649-
* * X-AppEngine-*: Google use only.
1648+
* * `X-Google-*`: Google use only.
1649+
* * `X-AppEngine-*`: Google use only.
16501650
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16511651
* `Content-Type` to a media type when the
16521652
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1684,8 +1684,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) {
16841684
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
16851685
* * Content-Length: This will be computed by Cloud Tasks.
16861686
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1687-
* * X-Google-*: Google use only.
1688-
* * X-AppEngine-*: Google use only.
1687+
* * `X-Google-*`: Google use only.
1688+
* * `X-AppEngine-*`: Google use only.
16891689
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16901690
* `Content-Type` to a media type when the
16911691
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].

proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/HttpRequestOrBuilder.java

+10-10
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ public interface HttpRequestOrBuilder
100100
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
101101
* * Content-Length: This will be computed by Cloud Tasks.
102102
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
103-
* * X-Google-*: Google use only.
104-
* * X-AppEngine-*: Google use only.
103+
* * `X-Google-*`: Google use only.
104+
* * `X-AppEngine-*`: Google use only.
105105
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
106106
* `Content-Type` to a media type when the
107107
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -130,8 +130,8 @@ public interface HttpRequestOrBuilder
130130
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
131131
* * Content-Length: This will be computed by Cloud Tasks.
132132
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
133-
* * X-Google-*: Google use only.
134-
* * X-AppEngine-*: Google use only.
133+
* * `X-Google-*`: Google use only.
134+
* * `X-AppEngine-*`: Google use only.
135135
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
136136
* `Content-Type` to a media type when the
137137
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -163,8 +163,8 @@ public interface HttpRequestOrBuilder
163163
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
164164
* * Content-Length: This will be computed by Cloud Tasks.
165165
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
166-
* * X-Google-*: Google use only.
167-
* * X-AppEngine-*: Google use only.
166+
* * `X-Google-*`: Google use only.
167+
* * `X-AppEngine-*`: Google use only.
168168
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
169169
* `Content-Type` to a media type when the
170170
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -193,8 +193,8 @@ public interface HttpRequestOrBuilder
193193
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
194194
* * Content-Length: This will be computed by Cloud Tasks.
195195
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
196-
* * X-Google-*: Google use only.
197-
* * X-AppEngine-*: Google use only.
196+
* * `X-Google-*`: Google use only.
197+
* * `X-AppEngine-*`: Google use only.
198198
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
199199
* `Content-Type` to a media type when the
200200
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -223,8 +223,8 @@ public interface HttpRequestOrBuilder
223223
* [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
224224
* * Content-Length: This will be computed by Cloud Tasks.
225225
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
226-
* * X-Google-*: Google use only.
227-
* * X-AppEngine-*: Google use only.
226+
* * `X-Google-*`: Google use only.
227+
* * `X-AppEngine-*`: Google use only.
228228
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
229229
* `Content-Type` to a media type when the
230230
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].

proto-google-cloud-tasks-v2/src/main/proto/google/cloud/tasks/v2/target.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ message HttpRequest {
8383
// [HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
8484
// * Content-Length: This will be computed by Cloud Tasks.
8585
// * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
86-
// * X-Google-*: Google use only.
87-
// * X-AppEngine-*: Google use only.
86+
// * `X-Google-*`: Google use only.
87+
// * `X-AppEngine-*`: Google use only.
8888
//
8989
// `Content-Type` won't be set by Cloud Tasks. You can explicitly set
9090
// `Content-Type` to a media type when the

proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java

+22-22
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ public int getHeadersCount() {
392392
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
393393
* * Content-Length: This will be computed by Cloud Tasks.
394394
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
395-
* * X-Google-*: Google use only.
396-
* * X-AppEngine-*: Google use only.
395+
* * `X-Google-*`: Google use only.
396+
* * `X-AppEngine-*`: Google use only.
397397
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
398398
* `Content-Type` to a media type when the
399399
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -434,8 +434,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeaders() {
434434
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
435435
* * Content-Length: This will be computed by Cloud Tasks.
436436
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
437-
* * X-Google-*: Google use only.
438-
* * X-AppEngine-*: Google use only.
437+
* * `X-Google-*`: Google use only.
438+
* * `X-AppEngine-*`: Google use only.
439439
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
440440
* `Content-Type` to a media type when the
441441
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -467,8 +467,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeadersMap() {
467467
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
468468
* * Content-Length: This will be computed by Cloud Tasks.
469469
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
470-
* * X-Google-*: Google use only.
471-
* * X-AppEngine-*: Google use only.
470+
* * `X-Google-*`: Google use only.
471+
* * `X-AppEngine-*`: Google use only.
472472
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
473473
* `Content-Type` to a media type when the
474474
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -504,8 +504,8 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri
504504
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
505505
* * Content-Length: This will be computed by Cloud Tasks.
506506
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
507-
* * X-Google-*: Google use only.
508-
* * X-AppEngine-*: Google use only.
507+
* * `X-Google-*`: Google use only.
508+
* * `X-AppEngine-*`: Google use only.
509509
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
510510
* `Content-Type` to a media type when the
511511
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1452,8 +1452,8 @@ public int getHeadersCount() {
14521452
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
14531453
* * Content-Length: This will be computed by Cloud Tasks.
14541454
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1455-
* * X-Google-*: Google use only.
1456-
* * X-AppEngine-*: Google use only.
1455+
* * `X-Google-*`: Google use only.
1456+
* * `X-AppEngine-*`: Google use only.
14571457
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
14581458
* `Content-Type` to a media type when the
14591459
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1494,8 +1494,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeaders() {
14941494
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
14951495
* * Content-Length: This will be computed by Cloud Tasks.
14961496
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1497-
* * X-Google-*: Google use only.
1498-
* * X-AppEngine-*: Google use only.
1497+
* * `X-Google-*`: Google use only.
1498+
* * `X-AppEngine-*`: Google use only.
14991499
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
15001500
* `Content-Type` to a media type when the
15011501
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1527,8 +1527,8 @@ public java.util.Map<java.lang.String, java.lang.String> getHeadersMap() {
15271527
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
15281528
* * Content-Length: This will be computed by Cloud Tasks.
15291529
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1530-
* * X-Google-*: Google use only.
1531-
* * X-AppEngine-*: Google use only.
1530+
* * `X-Google-*`: Google use only.
1531+
* * `X-AppEngine-*`: Google use only.
15321532
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
15331533
* `Content-Type` to a media type when the
15341534
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1565,8 +1565,8 @@ public java.lang.String getHeadersOrDefault(
15651565
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
15661566
* * Content-Length: This will be computed by Cloud Tasks.
15671567
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1568-
* * X-Google-*: Google use only.
1569-
* * X-AppEngine-*: Google use only.
1568+
* * `X-Google-*`: Google use only.
1569+
* * `X-AppEngine-*`: Google use only.
15701570
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
15711571
* `Content-Type` to a media type when the
15721572
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1610,8 +1610,8 @@ public Builder clearHeaders() {
16101610
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
16111611
* * Content-Length: This will be computed by Cloud Tasks.
16121612
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1613-
* * X-Google-*: Google use only.
1614-
* * X-AppEngine-*: Google use only.
1613+
* * `X-Google-*`: Google use only.
1614+
* * `X-AppEngine-*`: Google use only.
16151615
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16161616
* `Content-Type` to a media type when the
16171617
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1651,8 +1651,8 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableHeaders() {
16511651
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
16521652
* * Content-Length: This will be computed by Cloud Tasks.
16531653
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1654-
* * X-Google-*: Google use only.
1655-
* * X-AppEngine-*: Google use only.
1654+
* * `X-Google-*`: Google use only.
1655+
* * `X-AppEngine-*`: Google use only.
16561656
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16571657
* `Content-Type` to a media type when the
16581658
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
@@ -1690,8 +1690,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) {
16901690
* [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
16911691
* * Content-Length: This will be computed by Cloud Tasks.
16921692
* * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
1693-
* * X-Google-*: Google use only.
1694-
* * X-AppEngine-*: Google use only.
1693+
* * `X-Google-*`: Google use only.
1694+
* * `X-AppEngine-*`: Google use only.
16951695
* `Content-Type` won't be set by Cloud Tasks. You can explicitly set
16961696
* `Content-Type` to a media type when the
16971697
* [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].

0 commit comments

Comments
 (0)