Skip to content

Commit 08f5a97

Browse files
docs: Minor formatting (#448)
* 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>
1 parent 70964dc commit 08f5a97

9 files changed

Lines changed: 17 additions & 21 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,9 @@ 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
247-
while sending video/audio bytes.
248-
This method is only available via the gRPC API (not
249-
REST).
246+
streaming: emitting results while sending video/audio
247+
bytes. This method is only available via the gRPC API
248+
(not REST).
250249
251250
.. code-block:: python
252251

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,9 @@ 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
448-
while sending video/audio bytes.
449-
This method is only available via the gRPC API (not
450-
REST).
447+
streaming: emitting results while sending video/audio
448+
bytes. This method is only available via the gRPC API
449+
(not REST).
451450
452451
.. code-block:: python
453452

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,9 @@ 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
244-
while sending video/audio bytes.
245-
This method is only available via the gRPC API (not
246-
REST).
243+
streaming: emitting results while sending video/audio
244+
bytes. This method is only available via the gRPC API
245+
(not REST).
247246
248247
Returns:
249248
Callable[[~.StreamingAnnotateVideoRequest],

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,9 @@ 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
247-
while sending video/audio bytes.
248-
This method is only available via the gRPC API (not
249-
REST).
246+
streaming: emitting results while sending video/audio
247+
bytes. This method is only available via the gRPC API
248+
(not REST).
250249
251250
Returns:
252251
Callable[[~.StreamingAnnotateVideoRequest],

packages/google-cloud-videointelligence/tests/unit/gapic/videointelligence_v1/test_video_intelligence_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import google.auth
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
44-
from google.longrunning import operations_pb2
44+
from google.longrunning import operations_pb2 # type: ignore
4545
from google.oauth2 import service_account
4646
from google.protobuf import duration_pb2 # type: ignore
4747
from google.protobuf import json_format

packages/google-cloud-videointelligence/tests/unit/gapic/videointelligence_v1beta2/test_video_intelligence_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import google.auth
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
44-
from google.longrunning import operations_pb2
44+
from google.longrunning import operations_pb2 # type: ignore
4545
from google.oauth2 import service_account
4646
from google.protobuf import duration_pb2 # type: ignore
4747
from google.protobuf import json_format

packages/google-cloud-videointelligence/tests/unit/gapic/videointelligence_v1p1beta1/test_video_intelligence_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import google.auth
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
44-
from google.longrunning import operations_pb2
44+
from google.longrunning import operations_pb2 # type: ignore
4545
from google.oauth2 import service_account
4646
from google.protobuf import duration_pb2 # type: ignore
4747
from google.protobuf import json_format

packages/google-cloud-videointelligence/tests/unit/gapic/videointelligence_v1p2beta1/test_video_intelligence_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import google.auth
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
44-
from google.longrunning import operations_pb2
44+
from google.longrunning import operations_pb2 # type: ignore
4545
from google.oauth2 import service_account
4646
from google.protobuf import duration_pb2 # type: ignore
4747
from google.protobuf import json_format

packages/google-cloud-videointelligence/tests/unit/gapic/videointelligence_v1p3beta1/test_video_intelligence_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import google.auth
4040
from google.auth import credentials as ga_credentials
4141
from google.auth.exceptions import MutualTLSChannelError
42-
from google.longrunning import operations_pb2
42+
from google.longrunning import operations_pb2 # type: ignore
4343
from google.oauth2 import service_account
4444
from google.protobuf import duration_pb2 # type: ignore
4545
import grpc

0 commit comments

Comments
 (0)