Skip to content

Commit fdc3faf

Browse files
docs: fix docstring formatting (#581)
Committer: @parthea PiperOrigin-RevId: 410919520 Source-Link: googleapis/googleapis@b5274f7 Source-Link: googleapis/googleapis-gen@a179eef Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTE3OWVlZmIzYjMyODk3ZDc1YzUzZDgzNDlmMjM5MTBjNzc1MzA1MCJ9 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> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 4b43ce8 commit fdc3faf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-tasks/protos/google/cloud/tasks/v2/target.proto

Lines changed: 2 additions & 2 deletions
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

packages/google-cloud-tasks/protos/google/cloud/tasks/v2beta3/target.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ message HttpRequest {
105105
// [HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
106106
// * Content-Length: This will be computed by Cloud Tasks.
107107
// * User-Agent: This will be set to `"Google-Cloud-Tasks"`.
108-
// * X-Google-*: Google use only.
109-
// * X-AppEngine-*: Google use only.
108+
// * `X-Google-*`: Google use only.
109+
// * `X-AppEngine-*`: Google use only.
110110
//
111111
// `Content-Type` won't be set by Cloud Tasks. You can explicitly set
112112
// `Content-Type` to a media type when the

0 commit comments

Comments
 (0)