Skip to content

Commit cc5ebab

Browse files
docs: Add documentation for enums (googleapis#336)
* 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 0f81f70 commit cc5ebab

File tree

6 files changed

+1192
-64
lines changed

6 files changed

+1192
-64
lines changed

google/cloud/container_v1/services/cluster_manager/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4754,7 +4754,7 @@ def sample_list_usable_subnetworks():
47544754
# Done; return the response.
47554755
return response
47564756

4757-
def __enter__(self):
4757+
def __enter__(self) -> "ClusterManagerClient":
47584758
return self
47594759

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

0 commit comments

Comments
 (0)