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

Commit e7ae698

Browse files
committed
generated changes
1 parent 7977f3e commit e7ae698

File tree

9 files changed

+42
-38
lines changed

9 files changed

+42
-38
lines changed

docs/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{% endblock %}
2121

2222
<div class="body" role="main">
23-
<div class="admonition" id="python2-eol">
24-
As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
23+
<div class="admonition" id="python2-eol">
24+
As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
2525
Library versions released prior to that date will continue to be available. For more information please
2626
visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>.
2727
</div>

docs/conf.py

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2024 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.
66
# You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# http://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
# google-cloud-spanner documentation build configuration file
16+
#
17+
# google-cloud-spanner-admin-instance documentation build configuration file
1718
#
1819
# This file is execfile()d with the current directory set to its
1920
# containing dir.
@@ -42,7 +43,7 @@
4243
# -- General configuration ------------------------------------------------
4344

4445
# If your documentation needs a minimal Sphinx version, state it here.
45-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4647

4748
# Add any Sphinx extension module names here, as strings. They can be
4849
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -80,9 +81,9 @@
8081
root_doc = "index"
8182

8283
# General information about the project.
83-
project = "google-cloud-spanner"
84-
copyright = "2019, Google"
85-
author = "Google APIs"
84+
project = u"google-cloud-spanner-admin-instance"
85+
copyright = u"2025, Google, LLC"
86+
author = u"Google APIs"
8687

8788
# The version info for the project you're documenting, acts as replacement for
8889
# |version| and |release|, also used in various other places throughout the
@@ -154,9 +155,9 @@
154155
# further. For a list of options available for each theme, see the
155156
# documentation.
156157
html_theme_options = {
157-
"description": "Google Cloud Client Libraries for google-cloud-spanner",
158+
"description": "Google Cloud Client Libraries for google-cloud-spanner-admin-instance",
158159
"github_user": "googleapis",
159-
"github_repo": "python-spanner",
160+
"github_repo": "google-cloud-python",
160161
"github_banner": True,
161162
"font_family": "'Roboto', Georgia, sans",
162163
"head_font_family": "'Roboto', Georgia, serif",
@@ -248,7 +249,7 @@
248249
# html_search_scorer = 'scorer.js'
249250

250251
# Output file base name for HTML help builder.
251-
htmlhelp_basename = "google-cloud-spanner-doc"
252+
htmlhelp_basename = "google-cloud-spanner-admin-instance-doc"
252253

253254
# -- Options for warnings ------------------------------------------------------
254255

@@ -266,13 +267,13 @@
266267

267268
latex_elements = {
268269
# The paper size ('letterpaper' or 'a4paper').
269-
#'papersize': 'letterpaper',
270+
# 'papersize': 'letterpaper',
270271
# The font size ('10pt', '11pt' or '12pt').
271-
#'pointsize': '10pt',
272+
# 'pointsize': '10pt',
272273
# Additional stuff for the LaTeX preamble.
273-
#'preamble': '',
274+
# 'preamble': '',
274275
# Latex figure (float) alignment
275-
#'figure_align': 'htbp',
276+
# 'figure_align': 'htbp',
276277
}
277278

278279
# Grouping the document tree into LaTeX files. List of tuples
@@ -281,8 +282,8 @@
281282
latex_documents = [
282283
(
283284
root_doc,
284-
"google-cloud-spanner.tex",
285-
"google-cloud-spanner Documentation",
285+
"google-cloud-spanner-admin-instance.tex",
286+
u"google-cloud-spanner-admin-instance Documentation",
286287
author,
287288
"manual",
288289
)
@@ -316,8 +317,8 @@
316317
man_pages = [
317318
(
318319
root_doc,
319-
"google-cloud-spanner",
320-
"google-cloud-spanner Documentation",
320+
"google-cloud-spanner-admin-instance",
321+
"google-cloud-spanner-admin-instance Documentation",
321322
[author],
322323
1,
323324
)
@@ -335,11 +336,11 @@
335336
texinfo_documents = [
336337
(
337338
root_doc,
338-
"google-cloud-spanner",
339-
"google-cloud-spanner Documentation",
339+
"google-cloud-spanner-admin-instance",
340+
"google-cloud-spanner-admin-instance Documentation",
340341
author,
341-
"google-cloud-spanner",
342-
"google-cloud-spanner Library",
342+
"google-cloud-spanner-admin-instance",
343+
"google-cloud-spanner-admin-instance Library",
343344
"APIs",
344345
)
345346
]

google/cloud/spanner_admin_database_v1/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/spanner_admin_instance_v1/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/spanner_v1/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.

samples/generated_samples/snippet_metadata_google.spanner.admin.database.v1.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-spanner-admin-database",
11-
"version": "0.0.0"
11+
"version": "3.59.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.admin.instance.v1.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-spanner-admin-instance",
11-
"version": "0.0.0"
11+
"version": "3.59.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.v1.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-spanner",
11-
"version": "0.0.0"
11+
"version": "3.59.0"
1212
},
1313
"snippets": [
1414
{

setup.py

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,18 @@
4444
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
4545
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4646
"grpc-interceptor >= 0.15.4",
47-
# Make OpenTelemetry a core dependency
48-
"opentelemetry-api >= 1.22.0",
49-
"opentelemetry-sdk >= 1.22.0",
50-
"opentelemetry-semantic-conventions >= 0.43b0",
51-
"opentelemetry-resourcedetector-gcp >= 1.8.0a0",
52-
"google-cloud-monitoring >= 2.16.0",
53-
"mmh3 >= 4.1.0 ",
5447
]
55-
extras = {"libcst": "libcst >= 0.2.5"}
48+
extras = {
49+
"tracing": [
50+
"opentelemetry-api >= 1.22.0",
51+
"opentelemetry-sdk >= 1.22.0",
52+
"opentelemetry-semantic-conventions >= 0.43b0",
53+
"opentelemetry-resourcedetector-gcp >= 1.8.0a0",
54+
"google-cloud-monitoring >= 2.16.0",
55+
"mmh3 >= 4.1.0 ",
56+
],
57+
"libcst": "libcst >= 0.2.5",
58+
}
5659

5760
url = "https://github.com/googleapis/python-spanner"
5861

0 commit comments

Comments
 (0)