Skip to content

Commit b5274f7

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 410919520
1 parent c246c88 commit b5274f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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)