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

Commit 9d82949

Browse files
docs: Add documentation for enums (#141)
* 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: https://github.com/googleapis/googleapis-gen/commit/0080f830dec37c3384157082bce279e37079ea58 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9 * 🦉 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 050ada6 commit 9d82949

File tree

3 files changed

+278
-14
lines changed

3 files changed

+278
-14
lines changed

google/cloud/storage_transfer_v1/services/storage_transfer_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ def sample_delete_agent_pool():
17701770
metadata=metadata,
17711771
)
17721772

1773-
def __enter__(self):
1773+
def __enter__(self) -> "StorageTransferServiceClient":
17741774
return self
17751775

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

0 commit comments

Comments
 (0)