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

Commit

Permalink
docs: Minor formatting (#448)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 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] authored Sep 13, 2023
1 parent edb8ada commit 10422c3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,9 @@ def streaming_annotate_video(
metadata: Sequence[Tuple[str, str]] = (),
) -> Awaitable[AsyncIterable[video_intelligence.StreamingAnnotateVideoResponse]]:
r"""Performs video annotation with bidirectional
streaming: emitting results
while sending video/audio bytes.
This method is only available via the gRPC API (not
REST).
streaming: emitting results while sending video/audio
bytes. This method is only available via the gRPC API
(not REST).
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,9 @@ def streaming_annotate_video(
metadata: Sequence[Tuple[str, str]] = (),
) -> Iterable[video_intelligence.StreamingAnnotateVideoResponse]:
r"""Performs video annotation with bidirectional
streaming: emitting results
while sending video/audio bytes.
This method is only available via the gRPC API (not
REST).
streaming: emitting results while sending video/audio
bytes. This method is only available via the gRPC API
(not REST).
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,9 @@ def streaming_annotate_video(
r"""Return a callable for the streaming annotate video method over gRPC.
Performs video annotation with bidirectional
streaming: emitting results
while sending video/audio bytes.
This method is only available via the gRPC API (not
REST).
streaming: emitting results while sending video/audio
bytes. This method is only available via the gRPC API
(not REST).
Returns:
Callable[[~.StreamingAnnotateVideoRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,9 @@ def streaming_annotate_video(
r"""Return a callable for the streaming annotate video method over gRPC.
Performs video annotation with bidirectional
streaming: emitting results
while sending video/audio bytes.
This method is only available via the gRPC API (not
REST).
streaming: emitting results while sending video/audio
bytes. This method is only available via the gRPC API
(not REST).
Returns:
Callable[[~.StreamingAnnotateVideoRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import google.auth
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
from google.protobuf import json_format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import google.auth
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
from google.protobuf import json_format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import google.auth
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
from google.protobuf import json_format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import google.auth
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
from google.protobuf import json_format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import google.auth
from google.auth import credentials as ga_credentials
from google.auth.exceptions import MutualTLSChannelError
from google.longrunning import operations_pb2
from google.longrunning import operations_pb2 # type: ignore
from google.oauth2 import service_account
from google.protobuf import duration_pb2 # type: ignore
import grpc
Expand Down

0 comments on commit 10422c3

Please sign in to comment.