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

Commit

Permalink
chore(python): Update servicedirectory BUILD.bazel package name to go…
Browse files Browse the repository at this point in the history
…ogle-cloud-private-ca (#137)

* chore(python): Update servicedirectory BUILD.bazel package name to google-cloud-private-ca

PiperOrigin-RevId: 404008248

Source-Link: googleapis/googleapis@9d6bb92

Source-Link: googleapis/googleapis-gen@dd8d8a1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGQ4ZDhhMWVhMzk0MTBiNmU2M2FmYjJmY2ZmMDE2YTZmMDNiY2ZmNiJ9

* 🦉 Updates from OwlBot

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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 18, 2021
1 parent caa7297 commit 90d48b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google/cloud/security/privateca/py.typed
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The google-cloud-security-privateca package uses inline types.
# The google-cloud-private-ca package uses inline types.
2 changes: 1 addition & 1 deletion google/cloud/security/privateca_v1/py.typed
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The google-cloud-security-privateca package uses inline types.
# The google-cloud-private-ca package uses inline types.
Expand Up @@ -2799,7 +2799,7 @@ async def __aexit__(self, exc_type, exc, tb):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Expand Up @@ -3089,7 +3089,7 @@ def __exit__(self, type, value, traceback):
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down
Expand Up @@ -34,7 +34,7 @@
try:
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
gapic_version=pkg_resources.get_distribution(
"google-cloud-security-private-ca",
"google-cloud-private-ca",
).version,
)
except pkg_resources.DistributionNotFound:
Expand Down

0 comments on commit 90d48b6

Please sign in to comment.