Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

docs: fix docstring formatting #196

Merged
merged 4 commits into from Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions google/cloud/tasks_v2/types/target.py
Expand Up @@ -120,8 +120,8 @@ class HttpRequest(proto.Message):
[HttpRequest.url][google.cloud.tasks.v2.HttpRequest.url].
- Content-Length: This will be computed by Cloud Tasks.
- User-Agent: This will be set to ``"Google-Cloud-Tasks"``.
- X-Google-\*: Google use only.
- X-AppEngine-\*: Google use only.
- ``X-Google-\*``: Google use only.
- ``X-AppEngine-\*``: Google use only.

``Content-Type`` won't be set by Cloud Tasks. You can
explicitly set ``Content-Type`` to a media type when the
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/tasks_v2beta3/types/target.py
Expand Up @@ -154,8 +154,8 @@ class HttpRequest(proto.Message):
[HttpRequest.url][google.cloud.tasks.v2beta3.HttpRequest.url].
- Content-Length: This will be computed by Cloud Tasks.
- User-Agent: This will be set to ``"Google-Cloud-Tasks"``.
- X-Google-\*: Google use only.
- X-AppEngine-\*: Google use only.
- ``X-Google-\*``: Google use only.
- ``X-AppEngine-\*``: Google use only.

``Content-Type`` won't be set by Cloud Tasks. You can
explicitly set ``Content-Type`` to a media type when the
Expand Down