Skip to content

Commit f7c2b3f

Browse files
docs: Add documentation for enums (#481)
* docs: Add documentation for enums fix: Add context manager return types chore: Update gapic-generator-python to v1.8.1 PiperOrigin-RevId: 503210727 Source-Link: googleapis/googleapis@a391fd1 Source-Link: googleapis/googleapis-gen@0080f83 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * work around docs issue Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 2f8c9e8 commit f7c2b3f

File tree

4 files changed

+673
-20
lines changed

4 files changed

+673
-20
lines changed

packages/google-cloud-dlp/google/cloud/dlp_v2/services/dlp_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4384,7 +4384,7 @@ def sample_finish_dlp_job():
43844384
metadata=metadata,
43854385
)
43864386

4387-
def __enter__(self):
4387+
def __enter__(self) -> "DlpServiceClient":
43884388
return self
43894389

43904390
def __exit__(self, type, value, traceback):

0 commit comments

Comments
 (0)