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

Commit 5e5b39d

Browse files
authored
chore: Moved Admin API from google.cloud.bigtable.admin_v2 back to google.cloud.bigtable_admin_v2 (#1153)
1 parent d6dc201 commit 5e5b39d

222 files changed

Lines changed: 17064 additions & 7574 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_v2.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_v2.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_v2.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_v2.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_v2.types
55
:members:
66
:show-inheritance:
77

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

docs/scripts/patch_devsite_toc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,15 @@ def validate_toc(toc_file_path, expected_section_list, added_sections):
252252
TocSection(dir_name="data_client", index_file_name="data_client_usage.rst"),
253253
UIDFilteredTocSection(
254254
toc_file_path=toc_path,
255-
section_name="Bigtable",
255+
section_name="Bigtable Admin V2",
256256
title="Admin Client",
257-
uid_prefix="google.cloud.bigtable.admin_v2",
257+
uid_prefix="google.cloud.bigtable_admin_v2",
258258
),
259259
TocSection(dir_name="classic_client", index_file_name="usage.rst"),
260260
]
261261
add_sections(toc_path, custom_sections)
262262
# Remove the Bigtable section, since it has duplicated data
263-
remove_sections(toc_path, ["Bigtable"])
263+
remove_sections(toc_path, ["Bigtable", "Bigtable Admin V2"])
264264
# run validation to make sure yaml is structured as we expect
265265
validate_toc(
266266
toc_file_path=toc_path,

gapic_templates/admin_v2/types/oneof_message.py.j2 renamed to gapic_templates/bigtable_admin_v2/types/oneof_message.py.j2

File renamed without changes.

0 commit comments

Comments
 (0)