Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d114ab4

Browse files
committed
Move admin client to google.cloud.bigtable.admin, no _v2
1 parent 2f483c3 commit d114ab4

216 files changed

Lines changed: 2735 additions & 3185 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
BigtableInstanceAdmin
22
---------------------------------------
33

4-
.. automodule:: google.cloud.bigtable.admin_v2.services.bigtable_instance_admin
4+
.. automodule:: google.cloud.bigtable.admin.services.bigtable_instance_admin
55
:members:
66
:inherited-members:
77

8-
.. automodule:: google.cloud.bigtable.admin_v2.services.bigtable_instance_admin.pagers
8+
.. automodule:: google.cloud.bigtable.admin.services.bigtable_instance_admin.pagers
99
:members:
1010
:inherited-members:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
BigtableTableAdmin
22
------------------------------------
33

4-
.. automodule:: google.cloud.bigtable.admin_v2.overlay.services.bigtable_table_admin
4+
.. automodule:: google.cloud.bigtable.admin.overlay.services.bigtable_table_admin
55
:members:
66
:inherited-members:
77

8-
.. automodule:: google.cloud.bigtable.admin_v2.services.bigtable_table_admin.pagers
8+
.. automodule:: google.cloud.bigtable.admin.services.bigtable_table_admin.pagers
99
:members:
1010
:inherited-members:

docs/admin_client/types_.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Types for Google Cloud Bigtable Admin v2 API
22
============================================
33

4-
.. automodule:: google.cloud.bigtable.admin_v2.types
4+
.. automodule:: google.cloud.bigtable.admin.types
55
:members:
66
:show-inheritance:
77

8-
.. automodule:: google.cloud.bigtable.admin_v2.overlay.types
8+
.. automodule:: google.cloud.bigtable.admin.overlay.types
99
:members:
1010
:show-inheritance:

docs/scripts/patch_devsite_toc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def validate_toc(toc_file_path, expected_section_list, added_sections):
254254
toc_file_path=toc_path,
255255
section_name="Bigtable",
256256
title="Admin Client",
257-
uid_prefix="google.cloud.bigtable.admin_v2",
257+
uid_prefix="google.cloud.bigtable.admin",
258258
),
259259
TocSection(dir_name="classic_client", index_file_name="usage.rst"),
260260
]

0 commit comments

Comments
 (0)