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

Commit e9f7bef

Browse files
1 parent adfe628 commit e9f7bef

259 files changed

Lines changed: 32 additions & 96667 deletions

File tree

Some content is hidden

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

google/cloud/firestore_admin_v1/services/firestore_admin/transports/base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ def __init__(
8181
credentials identify the application to the service; if none
8282
are specified, the client will attempt to ascertain the
8383
credentials from the environment.
84-
credentials_file (Optional[str]): A file with credentials that can
84+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
8585
be loaded with :func:`google.auth.load_credentials_from_file`.
86-
This argument is mutually exclusive with credentials.
86+
This argument is mutually exclusive with credentials. This argument will be
87+
removed in the next major version of this library.
8788
scopes (Optional[Sequence[str]]): A list of scopes.
8889
quota_project_id (Optional[str]): An optional project to use for billing
8990
and quota.

google/cloud/firestore_admin_v1/services/firestore_admin/transports/grpc.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@ def __init__(
192192
are specified, the client will attempt to ascertain the
193193
credentials from the environment.
194194
This argument is ignored if a ``channel`` instance is provided.
195-
credentials_file (Optional[str]): A file with credentials that can
195+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
196196
be loaded with :func:`google.auth.load_credentials_from_file`.
197197
This argument is ignored if a ``channel`` instance is provided.
198+
This argument will be removed in the next major version of this library.
198199
scopes (Optional(Sequence[str])): A list of scopes. This argument is
199200
ignored if a ``channel`` instance is provided.
200201
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -328,9 +329,10 @@ def create_channel(
328329
credentials identify this application to the service. If
329330
none are specified, the client will attempt to ascertain
330331
the credentials from the environment.
331-
credentials_file (Optional[str]): A file with credentials that can
332+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
332333
be loaded with :func:`google.auth.load_credentials_from_file`.
333-
This argument is mutually exclusive with credentials.
334+
This argument is mutually exclusive with credentials. This argument will be
335+
removed in the next major version of this library.
334336
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
335337
service. These are only used when credentials are not specified and
336338
are passed to :func:`google.auth.default`.

google/cloud/firestore_admin_v1/services/firestore_admin/transports/grpc_asyncio.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ def create_channel(
189189
credentials identify this application to the service. If
190190
none are specified, the client will attempt to ascertain
191191
the credentials from the environment.
192-
credentials_file (Optional[str]): A file with credentials that can
193-
be loaded with :func:`google.auth.load_credentials_from_file`.
192+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
193+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
194+
removed in the next major version of this library.
194195
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
195196
service. These are only used when credentials are not specified and
196197
are passed to :func:`google.auth.default`.
@@ -241,9 +242,10 @@ def __init__(
241242
are specified, the client will attempt to ascertain the
242243
credentials from the environment.
243244
This argument is ignored if a ``channel`` instance is provided.
244-
credentials_file (Optional[str]): A file with credentials that can
245+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
245246
be loaded with :func:`google.auth.load_credentials_from_file`.
246247
This argument is ignored if a ``channel`` instance is provided.
248+
This argument will be removed in the next major version of this library.
247249
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
248250
service. These are only used when credentials are not specified and
249251
are passed to :func:`google.auth.default`.

google/cloud/firestore_admin_v1/services/firestore_admin/transports/rest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,9 +1913,10 @@ def __init__(
19131913
are specified, the client will attempt to ascertain the
19141914
credentials from the environment.
19151915
1916-
credentials_file (Optional[str]): A file with credentials that can
1916+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
19171917
be loaded with :func:`google.auth.load_credentials_from_file`.
1918-
This argument is ignored if ``channel`` is provided.
1918+
This argument is ignored if ``channel`` is provided. This argument will be
1919+
removed in the next major version of this library.
19191920
scopes (Optional(Sequence[str])): A list of scopes. This argument is
19201921
ignored if ``channel`` is provided.
19211922
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

google/cloud/firestore_v1/services/firestore/transports/base.py

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

google/cloud/firestore_v1/services/firestore/transports/grpc.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ def __init__(
164164
are specified, the client will attempt to ascertain the
165165
credentials from the environment.
166166
This argument is ignored if a ``channel`` instance is provided.
167-
credentials_file (Optional[str]): A file with credentials that can
167+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
168168
be loaded with :func:`google.auth.load_credentials_from_file`.
169169
This argument is ignored if a ``channel`` instance is provided.
170+
This argument will be removed in the next major version of this library.
170171
scopes (Optional(Sequence[str])): A list of scopes. This argument is
171172
ignored if a ``channel`` instance is provided.
172173
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -299,9 +300,10 @@ def create_channel(
299300
credentials identify this application to the service. If
300301
none are specified, the client will attempt to ascertain
301302
the credentials from the environment.
302-
credentials_file (Optional[str]): A file with credentials that can
303+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
303304
be loaded with :func:`google.auth.load_credentials_from_file`.
304-
This argument is mutually exclusive with credentials.
305+
This argument is mutually exclusive with credentials. This argument will be
306+
removed in the next major version of this library.
305307
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
306308
service. These are only used when credentials are not specified and
307309
are passed to :func:`google.auth.default`.

google/cloud/firestore_v1/services/firestore/transports/grpc_asyncio.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ def create_channel(
161161
credentials identify this application to the service. If
162162
none are specified, the client will attempt to ascertain
163163
the credentials from the environment.
164-
credentials_file (Optional[str]): A file with credentials that can
165-
be loaded with :func:`google.auth.load_credentials_from_file`.
164+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
165+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
166+
removed in the next major version of this library.
166167
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
167168
service. These are only used when credentials are not specified and
168169
are passed to :func:`google.auth.default`.
@@ -213,9 +214,10 @@ def __init__(
213214
are specified, the client will attempt to ascertain the
214215
credentials from the environment.
215216
This argument is ignored if a ``channel`` instance is provided.
216-
credentials_file (Optional[str]): A file with credentials that can
217+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
217218
be loaded with :func:`google.auth.load_credentials_from_file`.
218219
This argument is ignored if a ``channel`` instance is provided.
220+
This argument will be removed in the next major version of this library.
219221
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
220222
service. These are only used when credentials are not specified and
221223
are passed to :func:`google.auth.default`.

google/cloud/firestore_v1/services/firestore/transports/rest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,10 @@ def __init__(
945945
are specified, the client will attempt to ascertain the
946946
credentials from the environment.
947947
948-
credentials_file (Optional[str]): A file with credentials that can
948+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
949949
be loaded with :func:`google.auth.load_credentials_from_file`.
950-
This argument is ignored if ``channel`` is provided.
950+
This argument is ignored if ``channel`` is provided. This argument will be
951+
removed in the next major version of this library.
951952
scopes (Optional(Sequence[str])): A list of scopes. This argument is
952953
ignored if ``channel`` is provided.
953954
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

owl-bot-staging/firestore/v1/.coveragerc

Lines changed: 0 additions & 13 deletions
This file was deleted.

owl-bot-staging/firestore/v1/.flake8

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)