Skip to content

Commit f9d8422

Browse files
docs: Fix formatting of request arg in docstring (#412)
* 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>
1 parent 3694830 commit f9d8422

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/async_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ def request_generator():
285285
286286
Args:
287287
requests (AsyncIterator[`google.cloud.videointelligence_v1p3beta1.types.StreamingAnnotateVideoRequest`]):
288-
The request object AsyncIterator. The top-level message sent by the
289-
client for the `StreamingAnnotateVideo` method. Multiple
290-
`StreamingAnnotateVideoRequest` messages are sent. The
291-
first message must only contain a `StreamingVideoConfig`
292-
message. All subsequent messages must only contain
293-
`input_content` data.
288+
The request object AsyncIterator. The top-level message sent by the client for the
289+
``StreamingAnnotateVideo`` method. Multiple
290+
``StreamingAnnotateVideoRequest`` messages are sent. The
291+
first message must only contain a
292+
``StreamingVideoConfig`` message. All subsequent
293+
messages must only contain ``input_content`` data.
294294
retry (google.api_core.retry.Retry): Designation of what errors, if any,
295295
should be retried.
296296
timeout (float): The timeout for this request.

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -486,12 +486,12 @@ def request_generator():
486486
487487
Args:
488488
requests (Iterator[google.cloud.videointelligence_v1p3beta1.types.StreamingAnnotateVideoRequest]):
489-
The request object iterator. The top-level message sent by the
490-
client for the `StreamingAnnotateVideo` method. Multiple
491-
`StreamingAnnotateVideoRequest` messages are sent. The
492-
first message must only contain a `StreamingVideoConfig`
493-
message. All subsequent messages must only contain
494-
`input_content` data.
489+
The request object iterator. The top-level message sent by the client for the
490+
``StreamingAnnotateVideo`` method. Multiple
491+
``StreamingAnnotateVideoRequest`` messages are sent. The
492+
first message must only contain a
493+
``StreamingVideoConfig`` message. All subsequent
494+
messages must only contain ``input_content`` data.
495495
retry (google.api_core.retry.Retry): Designation of what errors, if any,
496496
should be retried.
497497
timeout (float): The timeout for this request.

packages/google-cloud-videointelligence/samples/generated_samples/snippet_metadata_google.cloud.videointelligence.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-videointelligence",
11-
"version": "2.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-videointelligence/samples/generated_samples/snippet_metadata_google.cloud.videointelligence.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-videointelligence",
11-
"version": "2.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-videointelligence/samples/generated_samples/snippet_metadata_google.cloud.videointelligence.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-videointelligence",
11-
"version": "2.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-videointelligence/samples/generated_samples/snippet_metadata_google.cloud.videointelligence.v1p2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-videointelligence",
11-
"version": "2.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-videointelligence/samples/generated_samples/snippet_metadata_google.cloud.videointelligence.v1p3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-videointelligence",
11-
"version": "2.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)