Skip to content

Commit bd8df94

Browse files
chore: Update gapic-generator-python to v1.11.3 (#437)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: googleapis/googleapis-gen@0b3917c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 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 1fd5fb8 commit bd8df94

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,10 @@ def streaming_annotate_video(
243243
metadata: Sequence[Tuple[str, str]] = (),
244244
) -> Awaitable[AsyncIterable[video_intelligence.StreamingAnnotateVideoResponse]]:
245245
r"""Performs video annotation with bidirectional
246-
streaming: emitting results while sending video/audio
247-
bytes. This method is only available via the gRPC API
248-
(not REST).
246+
streaming: emitting results
247+
while sending video/audio bytes.
248+
This method is only available via the gRPC API (not
249+
REST).
249250
250251
.. code-block:: python
251252

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,10 @@ def streaming_annotate_video(
444444
metadata: Sequence[Tuple[str, str]] = (),
445445
) -> Iterable[video_intelligence.StreamingAnnotateVideoResponse]:
446446
r"""Performs video annotation with bidirectional
447-
streaming: emitting results while sending video/audio
448-
bytes. This method is only available via the gRPC API
449-
(not REST).
447+
streaming: emitting results
448+
while sending video/audio bytes.
449+
This method is only available via the gRPC API (not
450+
REST).
450451
451452
.. code-block:: python
452453

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/transports/grpc.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ def streaming_annotate_video(
240240
r"""Return a callable for the streaming annotate video method over gRPC.
241241
242242
Performs video annotation with bidirectional
243-
streaming: emitting results while sending video/audio
244-
bytes. This method is only available via the gRPC API
245-
(not REST).
243+
streaming: emitting results
244+
while sending video/audio bytes.
245+
This method is only available via the gRPC API (not
246+
REST).
246247
247248
Returns:
248249
Callable[[~.StreamingAnnotateVideoRequest],

packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/services/streaming_video_intelligence_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,10 @@ def streaming_annotate_video(
243243
r"""Return a callable for the streaming annotate video method over gRPC.
244244
245245
Performs video annotation with bidirectional
246-
streaming: emitting results while sending video/audio
247-
bytes. This method is only available via the gRPC API
248-
(not REST).
246+
streaming: emitting results
247+
while sending video/audio bytes.
248+
This method is only available via the gRPC API (not
249+
REST).
249250
250251
Returns:
251252
Callable[[~.StreamingAnnotateVideoRequest],

0 commit comments

Comments
 (0)