Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 614c640

Browse files
chore: Use gapic-generator-python 0.65.0 (#78)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 440970084 Source-Link: googleapis/googleapis@5e0a3d5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b0c628a3fade768f225d76992791ea1ba2a881be Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBjNjI4YTNmYWRlNzY4ZjIyNWQ3Njk5Mjc5MWVhMWJhMmE4ODFiZSJ9 docs: fix docstring for map fields
1 parent 63f9f94 commit 614c640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/source_context_v1/types/source_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ExtendedSourceContext(proto.Message):
101101
Attributes:
102102
context (google.cloud.source_context_v1.types.SourceContext):
103103
Any source context.
104-
labels (Sequence[google.cloud.source_context_v1.types.ExtendedSourceContext.LabelsEntry]):
104+
labels (Mapping[str, str]):
105105
Labels with user defined metadata.
106106
"""
107107

0 commit comments

Comments
 (0)