Skip to content

Commit 208def2

Browse files
docs: Minor formatting (#179)
* 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 d2b5bf3 commit 208def2

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

packages/google-cloud-video-stitcher/google/cloud/video/stitcher_v1/services/video_stitcher_service/async_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
from google.api_core import operation # type: ignore
4646
from google.api_core import operation_async # type: ignore
47-
from google.longrunning import operations_pb2
47+
from google.longrunning import operations_pb2 # type: ignore
4848
from google.protobuf import empty_pb2 # type: ignore
4949
from google.protobuf import field_mask_pb2 # type: ignore
5050

@@ -336,6 +336,7 @@ async def sample_create_cdn_key():
336336
key, which will become the final
337337
component of the CDN key's resource
338338
name.
339+
339340
This value should conform to RFC-1034,
340341
which restricts to lower-case letters,
341342
numbers, and hyphen, with the first

packages/google-cloud-video-stitcher/google/cloud/video/stitcher_v1/services/video_stitcher_service/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
from google.api_core import operation # type: ignore
5050
from google.api_core import operation_async # type: ignore
51-
from google.longrunning import operations_pb2
51+
from google.longrunning import operations_pb2 # type: ignore
5252
from google.protobuf import empty_pb2 # type: ignore
5353
from google.protobuf import field_mask_pb2 # type: ignore
5454

@@ -694,6 +694,7 @@ def sample_create_cdn_key():
694694
key, which will become the final
695695
component of the CDN key's resource
696696
name.
697+
697698
This value should conform to RFC-1034,
698699
which restricts to lower-case letters,
699700
numbers, and hyphen, with the first

packages/google-cloud-video-stitcher/google/cloud/video/stitcher_v1/types/video_stitcher_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class CreateCdnKeyRequest(proto.Message):
8080
Required. The ID to use for the CDN key,
8181
which will become the final component of the CDN
8282
key's resource name.
83+
8384
This value should conform to RFC-1034, which
8485
restricts to lower-case letters, numbers, and
8586
hyphen, with the first character a letter, the

packages/google-cloud-video-stitcher/tests/unit/gapic/stitcher_v1/test_video_stitcher_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
from google.protobuf import empty_pb2 # type: ignore

0 commit comments

Comments
 (0)