This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct python namespace for migration API (#3)
* fix: correct python namespace for migration API Committer: @shollyman PiperOrigin-RevId: 399757729 Source-Link: googleapis/googleapis@2fa1722 Source-Link: https://github.com/googleapis/googleapis-gen/commit/f02a4ea4e1a66f5052a3a4654bba0c0003511804 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjAyYTRlYTRlMWE2NmY1MDUyYTNhNDY1NGJiYTBjMDAwMzUxMTgwNCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove references to google/cloud/bigquery/migration * bigquery is not a namespace package Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Swast <swast@google.com>
- Loading branch information
1 parent
85284a7
commit 3dda870
Showing
28 changed files
with
303 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/migration_v2alpha/migration_service.rst → ...y_migration_v2alpha/migration_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
MigrationService | ||
---------------------------------- | ||
|
||
.. automodule:: google.cloud.bigquery.migration_v2alpha.services.migration_service | ||
.. automodule:: google.cloud.bigquery_migration_v2alpha.services.migration_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.bigquery.migration_v2alpha.services.migration_service.pagers | ||
.. automodule:: google.cloud.bigquery_migration_v2alpha.services.migration_service.pagers | ||
:members: | ||
:inherited-members: |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/migration_v2alpha/types.rst → docs/bigquery_migration_v2alpha/types.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Types for Google Cloud Bigquery Migration v2alpha API | ||
===================================================== | ||
|
||
.. automodule:: google.cloud.bigquery.migration_v2alpha.types | ||
.. automodule:: google.cloud.bigquery_migration_v2alpha.types | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ery/migration_v2alpha/gapic_metadata.json → ...ery_migration_v2alpha/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.