Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of request arg in docstring (#412)
Browse files Browse the repository at this point in the history
* docs: Fix formatting of request arg in docstring

chore: Update gapic-generator-python to v1.9.1
PiperOrigin-RevId: 518604533

Source-Link: googleapis/googleapis@8a085ae

Source-Link: googleapis/googleapis-gen@b2ab4b0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9

* 🦉 Updates from OwlBot post-processor

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] committed Mar 23, 2023
1 parent d4c7eed commit a3d5521
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@ def request_generator():
Args:
requests (AsyncIterator[`google.cloud.videointelligence_v1p3beta1.types.StreamingAnnotateVideoRequest`]):
The request object AsyncIterator. The top-level message sent by the
client for the `StreamingAnnotateVideo` method. Multiple
`StreamingAnnotateVideoRequest` messages are sent. The
first message must only contain a `StreamingVideoConfig`
message. All subsequent messages must only contain
`input_content` data.
The request object AsyncIterator. The top-level message sent by the client for the
``StreamingAnnotateVideo`` method. Multiple
``StreamingAnnotateVideoRequest`` messages are sent. The
first message must only contain a
``StreamingVideoConfig`` message. All subsequent
messages must only contain ``input_content`` data.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,12 @@ def request_generator():
Args:
requests (Iterator[google.cloud.videointelligence_v1p3beta1.types.StreamingAnnotateVideoRequest]):
The request object iterator. The top-level message sent by the
client for the `StreamingAnnotateVideo` method. Multiple
`StreamingAnnotateVideoRequest` messages are sent. The
first message must only contain a `StreamingVideoConfig`
message. All subsequent messages must only contain
`input_content` data.
The request object iterator. The top-level message sent by the client for the
``StreamingAnnotateVideo`` method. Multiple
``StreamingAnnotateVideoRequest`` messages are sent. The
first message must only contain a
``StreamingVideoConfig`` message. All subsequent
messages must only contain ``input_content`` data.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-videointelligence",
"version": "2.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-videointelligence",
"version": "2.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-videointelligence",
"version": "2.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-videointelligence",
"version": "2.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-videointelligence",
"version": "2.11.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit a3d5521

Please sign in to comment.