Skip to content

Commit

Permalink
chore: fix markdown format (#319)
Browse files Browse the repository at this point in the history
* chore: fix markdown format

Committer: @medb
PiperOrigin-RevId: 420314583

Source-Link: googleapis/googleapis@94ea1c4

Source-Link: googleapis/googleapis-gen@e19b9f5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTE5YjlmNTRkMDFhODk0MTUyMjcxYjU0Mzc0ZmJhMDFkZDIyNGI2MCJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 10, 2022
1 parent 9adacec commit 14a8064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def create_batch(
the final component of the batch's resource name.
This value must be 4-63 characters. Valid characters are
/[a-z][0-9]-/.
``/[a-z][0-9]-/``.
This corresponds to the ``batch_id`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def create_batch(
the final component of the batch's resource name.
This value must be 4-63 characters. Valid characters are
/[a-z][0-9]-/.
``/[a-z][0-9]-/``.
This corresponds to the ``batch_id`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CreateBatchRequest(proto.Message):
final component of the batch's resource name.
This value must be 4-63 characters. Valid characters are
/[a-z][0-9]-/.
``/[a-z][0-9]-/``.
request_id (str):
Optional. A unique ID used to identify the request. If the
service receives two
Expand Down

0 comments on commit 14a8064

Please sign in to comment.