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

Commit c0feee6

Browse files
committed
run librarian generate
1 parent f0bdfef commit c0feee6

7 files changed

Lines changed: 215 additions & 528 deletions

File tree

.librarian/state.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
22
libraries:
33
- id: google-cloud-bigtable
44
version: 2.34.0
5-
last_generated_commit: d300b151a973ce0425ae4ad07b3de957ca31bec6
5+
last_generated_commit: 5400ccce473c439885bd6bf2924fd242271bfcab
66
apis:
77
- path: google/bigtable/v2
8+
service_config: bigtable_v2.yaml
89
- path: google/bigtable/admin/v2
10+
service_config: bigtableadmin_v2.yaml
911
source_roots:
1012
- .
1113
preserve_regex: []

google/cloud/bigtable_admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/bigtable_admin_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/bigtable_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Google LLC
2+
# Copyright 2025 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
FLAKE8_VERSION = "flake8==6.1.0"
3131
BLACK_VERSION = "black[jupyter]==23.3.0"
3232
ISORT_VERSION = "isort==5.11.0"
33-
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
33+
LINT_PATHS = ["google", "tests", "noxfile.py", "setup.py"]
3434

3535
DEFAULT_PYTHON_VERSION = "3.13"
3636

samples/generated_samples/snippet_metadata_google.bigtable.admin.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigtable-admin",
11-
"version": "0.0.0"
11+
"version": "2.34.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)