Skip to content

Commit 0f3da5f

Browse files
authored
Merge branch 'main' into librarian-20251014T220234Z
2 parents 47fdea0 + ffdd714 commit 0f3da5f

File tree

567 files changed

+23536
-5048
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

567 files changed

+23536
-5048
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
16-
digest: sha256:b2dd6420495aa1a1057a73b80103ed2cabafa0c2c64a8bbf7221a7d6a067178f
16+
digest: sha256:e5234b94d36c6c89c0a809ef7082a9be82ee66ffc3f4cbb9cb3641df563e4163

.librarian/state.yaml

Lines changed: 236 additions & 213 deletions
Large diffs are not rendered by default.

.release-please-manifest.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"packages/google-cloud-biglake": "0.1.0",
2+
"packages/google-cloud-biglake": "0.1.1",
33
"packages/google-cloud-bigquery-storage": "2.33.1",
4-
"packages/google-cloud-dialogflow-cx": "1.42.0",
5-
"packages/google-cloud-gke-hub": "1.18.0",
6-
"packages/google-cloud-gke-multicloud": "0.6.21",
7-
"packages/google-cloud-gsuiteaddons": "0.3.17",
8-
"packages/google-cloud-iam": "2.19.1",
9-
"packages/google-cloud-monitoring": "2.27.2",
10-
"packages/google-cloud-monitoring-dashboards": "2.18.2",
11-
"packages/google-cloud-network-security": "0.9.19",
4+
"packages/google-cloud-dialogflow-cx": "2.0.0",
5+
"packages/google-cloud-gke-hub": "1.19.0",
6+
"packages/google-cloud-gke-multicloud": "0.6.22",
7+
"packages/google-cloud-gsuiteaddons": "0.3.18",
8+
"packages/google-cloud-iam": "2.20.0",
9+
"packages/google-cloud-monitoring-dashboards": "2.19.0",
1210
"packages/google-cloud-org-policy": "1.14.0",
13-
"packages/google-cloud-os-login": "2.17.2",
14-
"packages/google-cloud-secret-manager": "2.24.0",
15-
"packages/grafeas": "1.15.0",
11+
"packages/google-cloud-os-login": "2.18.0",
12+
"packages/google-cloud-secret-manager": "2.25.0",
13+
"packages/grafeas": "1.16.0",
1614
"packages/grpc-google-iam-v1": "0.14.2"
1715
}

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,9 +1435,9 @@ Libraries
14351435
-
14361436
-
14371437
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
1438-
* - `Public Certificate Authority <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-public-ca>`_
1438+
* - `Public Certificate Authority <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-security-publicca>`_
14391439
- preview
1440-
- |PyPI-google-cloud-public-ca|
1440+
- |PyPI-google-cloud-security-publicca|
14411441
-
14421442
-
14431443
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
@@ -2034,8 +2034,8 @@ Libraries
20342034
:target: https://pypi.org/project/google-cloud-private-catalog
20352035
.. |PyPI-google-cloud-privilegedaccessmanager| image:: https://img.shields.io/pypi/v/google-cloud-privilegedaccessmanager.svg
20362036
:target: https://pypi.org/project/google-cloud-privilegedaccessmanager
2037-
.. |PyPI-google-cloud-public-ca| image:: https://img.shields.io/pypi/v/google-cloud-public-ca.svg
2038-
:target: https://pypi.org/project/google-cloud-public-ca
2037+
.. |PyPI-google-cloud-security-publicca| image:: https://img.shields.io/pypi/v/google-cloud-security-publicca.svg
2038+
:target: https://pypi.org/project/google-cloud-security-publicca
20392039
.. |PyPI-google-cloud-quotas| image:: https://img.shields.io/pypi/v/google-cloud-quotas.svg
20402040
:target: https://pypi.org/project/google-cloud-quotas
20412041
.. |PyPI-google-cloud-rapidmigrationassessment| image:: https://img.shields.io/pypi/v/google-cloud-rapidmigrationassessment.svg

packages/google-cloud-biglake/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-biglake/#history
66

7+
## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-biglake-v0.1.0...google-cloud-biglake-v0.1.1) (2025-10-14)
8+
9+
10+
### Features
11+
12+
* Add support for Python 3.14 ([4763aa7](https://github.com/googleapis/google-cloud-python/commit/4763aa7938438d66677f73c0775babf2ccdfe3af))
13+
14+
15+
### Bug Fixes
16+
17+
* Deprecate credentials_file argument ([4763aa7](https://github.com/googleapis/google-cloud-python/commit/4763aa7938438d66677f73c0775babf2ccdfe3af))
18+
719
## 0.1.0 (2025-09-08)
820

921

packages/google-cloud-biglake/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Supported Python Versions
6161
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
6262
Python.
6363

64-
Python >= 3.7
64+
Python >= 3.7, including 3.14
6565

6666
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
6767
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches

packages/google-cloud-biglake/google/cloud/biglake/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.0" # {x-release-please-version}
16+
__version__ = "0.1.1" # {x-release-please-version}

packages/google-cloud-biglake/google/cloud/biglake_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.0" # {x-release-please-version}
16+
__version__ = "0.1.1" # {x-release-please-version}

packages/google-cloud-biglake/google/cloud/biglake_v1/services/iceberg_catalog_service/transports/base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ def __init__(
6969
credentials identify the application to the service; if none
7070
are specified, the client will attempt to ascertain the
7171
credentials from the environment.
72-
credentials_file (Optional[str]): A file with credentials that can
72+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
7373
be loaded with :func:`google.auth.load_credentials_from_file`.
74-
This argument is mutually exclusive with credentials.
74+
This argument is mutually exclusive with credentials. This argument will be
75+
removed in the next major version of this library.
7576
scopes (Optional[Sequence[str]]): A list of scopes.
7677
quota_project_id (Optional[str]): An optional project to use for billing
7778
and quota.

packages/google-cloud-biglake/google/cloud/biglake_v1/services/iceberg_catalog_service/transports/grpc.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,10 @@ def __init__(
177177
are specified, the client will attempt to ascertain the
178178
credentials from the environment.
179179
This argument is ignored if a ``channel`` instance is provided.
180-
credentials_file (Optional[str]): A file with credentials that can
180+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
181181
be loaded with :func:`google.auth.load_credentials_from_file`.
182182
This argument is ignored if a ``channel`` instance is provided.
183+
This argument will be removed in the next major version of this library.
183184
scopes (Optional(Sequence[str])): A list of scopes. This argument is
184185
ignored if a ``channel`` instance is provided.
185186
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -312,9 +313,10 @@ def create_channel(
312313
credentials identify this application to the service. If
313314
none are specified, the client will attempt to ascertain
314315
the credentials from the environment.
315-
credentials_file (Optional[str]): A file with credentials that can
316+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
316317
be loaded with :func:`google.auth.load_credentials_from_file`.
317-
This argument is mutually exclusive with credentials.
318+
This argument is mutually exclusive with credentials. This argument will be
319+
removed in the next major version of this library.
318320
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
319321
service. These are only used when credentials are not specified and
320322
are passed to :func:`google.auth.default`.

0 commit comments

Comments
 (0)