This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ Now we go down the hierarchy from
121121Head next to learn about the :doc: `table-api `.
122122
123123.. _Instance Admin API : https://cloud.google.com/bigtable/docs/creating-instance
124- .. _CreateInstance : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto#L41-L47
125- .. _GetInstance : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto#L50-L54
126- .. _UpdateInstance : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto#L64-L69
127- .. _DeleteInstance : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto#L81-L85
128- .. _ListInstances : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_instance_admin.proto#L57-L61
129- .. _GetOperation : https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto#L77-L82
124+ .. _CreateInstance : https://googleapis.dev/ python/ bigtable/latest/instance-api.html#create-a-new-instance
125+ .. _GetInstance : https://googleapis.dev/ python/ bigtable/latest/instance-api.html#get-metadata-for-an-existing-instance
126+ .. _UpdateInstance : https://googleapis.dev/ python/ bigtable/latest/instance-api.html#update-an-existing-instance
127+ .. _DeleteInstance : https://googleapis.dev/ python/ bigtable/latest/instance-api.html#delete-an-existing-instance
128+ .. _ListInstances : https://googleapis.dev/ python/ bigtable/latest/instance-api.html#list-instances
129+ .. _GetOperation : https://googleapis.dev/python/bigtable/latest/instance-api.html#check-on-current-operation
130130.. _long-running operation : https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto#L128-L162
Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ level. For example:
6464 :members:
6565 :show-inheritance:
6666
67- .. _RowFilter definition : https://github.com/googleapis/ python- bigtable/blob/master/ google/ cloud/bigtable_v2/proto/bigtable_data.proto#L196
67+ .. _RowFilter definition : https://googleapis.dev/ python/ bigtable/latest/row-filters.html?highlight=rowfilter# google. cloud.bigtable.row_filters.RowFilter
Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ data directly via a :class:`Table <google.cloud.bigtable.table.Table>`.
143143
144144Head next to learn about the :doc: `data-api `.
145145
146- .. _ListTables : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L69-L73
147- .. _CreateTable : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L45-L50
148- .. _DeleteTable : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L83-L87
149- .. _GetTable : https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L76-L80
150- .. _CreateColumnFamily : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L93-L98
151- .. _UpdateColumnFamily : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L93-L98
152- .. _DeleteColumnFamily : https://github.com/googleapis/ python- bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L93-L98
146+ .. _ListTables : https://googleapis.dev/ python/ bigtable/latest/table-api.html#list-tables
147+ .. _CreateTable : https://googleapis.dev/ python/ bigtable/latest/table-api.html#create-a-new-table
148+ .. _DeleteTable : https://googleapis.dev/ python/ bigtable/latest/table-api.html#delete-an-existing-table
149+ .. _GetTable : https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable_admin_v2/proto/bigtable_table_admin.proto#L97-L102
150+ .. _CreateColumnFamily : https://googleapis.dev/ python/ bigtable/latest/table-api.html?highlight=gettable#create-a-new-column-family
151+ .. _UpdateColumnFamily : https://googleapis.dev/ python/ bigtable/latest/table-api.html?highlight=gettable#update-an-existing-column-family
152+ .. _DeleteColumnFamily : https://googleapis.dev/ python/ bigtable/latest/table-api.html?highlight=gettable#delete-an-existing-column-family
153153.. _column families : https://cloud.google.com/bigtable/docs/schema-design#column_families_and_column_qualifiers
You can’t perform that action at this time.
0 commit comments