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

Commit

Permalink
chore: use gapic-generator-python 0.50.4 (#33)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 383929493

Source-Link: googleapis/googleapis@dd1ef28

Source-Link: googleapis/googleapis-gen@5074402
  • Loading branch information
gcf-owl-bot[bot] committed Jul 10, 2021
1 parent 8d76ae3 commit d02f172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -1445,8 +1445,7 @@ async def enable_service(
"""
warnings.warn(
"ServiceManagerAsyncClient.enable_service is deprecated",
DeprecationWarning,
"ServiceManagerAsyncClient.enable_service is deprecated", DeprecationWarning
)

# Create or coerce a protobuf request object.
Expand Down
Expand Up @@ -1616,7 +1616,7 @@ def enable_service(
"""
warnings.warn(
"ServiceManagerClient.enable_service is deprecated", DeprecationWarning,
"ServiceManagerClient.enable_service is deprecated", DeprecationWarning
)

# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1721,7 +1721,7 @@ def disable_service(
"""
warnings.warn(
"ServiceManagerClient.disable_service is deprecated", DeprecationWarning,
"ServiceManagerClient.disable_service is deprecated", DeprecationWarning
)

# Create or coerce a protobuf request object.
Expand Down

0 comments on commit d02f172

Please sign in to comment.