This repository was archived by the owner on Feb 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +11
-14
lines changed
samples/generated_samples Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
22libraries :
33 - id : google-cloud-logging
44 version : 3.12.1
5+ last_generated_commit : 5400ccce473c439885bd6bf2924fd242271bfcab
56 apis :
67 - path : google/logging/v2
8+ service_config : logging_v2.yaml
79 source_roots :
810 - .
911 preserve_regex : []
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- #
3- # Copyright 2024 Google LLC
2+ # Copyright 2025 Google LLC
43#
54# Licensed under the Apache License, Version 2.0 (the "License");
65# you may not use this file except in compliance with the License.
76# You may obtain a copy of the License at
87#
9- # https ://www.apache.org/licenses/LICENSE-2.0
8+ # http ://www.apache.org/licenses/LICENSE-2.0
109#
1110# Unless required by applicable law or agreed to in writing, software
1211# distributed under the License is distributed on an "AS IS" BASIS,
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16-
17- # Generated by synthtool. DO NOT EDIT!
15+ #
1816include README.rst LICENSE
19- recursive-include google *.json *.proto py.typed
17+ recursive-include google *.py *.pyi *. json *.proto py.typed
2018recursive-include tests *
2119global-exclude *.py[co]
2220global-exclude __pycache__
23-
24- # Exclude scripts for samples readmegen
25- prune scripts/readme-gen
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 88 ],
99 "language" : " PYTHON" ,
1010 "name" : " google-cloud-logging" ,
11- "version" : " 0.0.0 "
11+ "version" : " 3.12.1 "
1212 },
1313 "snippets" : [
1414 {
You can’t perform that action at this time.
0 commit comments