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

Commit

Permalink
docs: Add documentation for enums (#481)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jan 20, 2023
1 parent 8be5192 commit 29a4548
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 20 deletions.
2 changes: 1 addition & 1 deletion google/cloud/dlp_v2/services/dlp_service/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4384,7 +4384,7 @@ def sample_finish_dlp_job():
metadata=metadata,
)

def __enter__(self):
def __enter__(self) -> "DlpServiceClient":
return self

def __exit__(self, type, value, traceback):
Expand Down
Loading

0 comments on commit 29a4548

Please sign in to comment.