Skip to content

Commit 407ea46

Browse files
1 parent 0608c15 commit 407ea46

File tree

145 files changed

+32
-41247
lines changed

Some content is hidden

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

145 files changed

+32
-41247
lines changed

β€Žgoogle/cloud/datastore_admin_v1/services/datastore_admin/transports/base.pyβ€Ž

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

β€Žgoogle/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc.pyβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,10 @@ def __init__(
207207
are specified, the client will attempt to ascertain the
208208
credentials from the environment.
209209
This argument is ignored if a ``channel`` instance is provided.
210-
credentials_file (Optional[str]): A file with credentials that can
210+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
211211
be loaded with :func:`google.auth.load_credentials_from_file`.
212212
This argument is ignored if a ``channel`` instance is provided.
213+
This argument will be removed in the next major version of this library.
213214
scopes (Optional(Sequence[str])): A list of scopes. This argument is
214215
ignored if a ``channel`` instance is provided.
215216
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -343,9 +344,10 @@ def create_channel(
343344
credentials identify this application to the service. If
344345
none are specified, the client will attempt to ascertain
345346
the credentials from the environment.
346-
credentials_file (Optional[str]): A file with credentials that can
347+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
347348
be loaded with :func:`google.auth.load_credentials_from_file`.
348-
This argument is mutually exclusive with credentials.
349+
This argument is mutually exclusive with credentials. This argument will be
350+
removed in the next major version of this library.
349351
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
350352
service. These are only used when credentials are not specified and
351353
are passed to :func:`google.auth.default`.

β€Žgoogle/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc_asyncio.pyβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ def create_channel(
204204
credentials identify this application to the service. If
205205
none are specified, the client will attempt to ascertain
206206
the credentials from the environment.
207-
credentials_file (Optional[str]): A file with credentials that can
208-
be loaded with :func:`google.auth.load_credentials_from_file`.
207+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
208+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
209+
removed in the next major version of this library.
209210
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
210211
service. These are only used when credentials are not specified and
211212
are passed to :func:`google.auth.default`.
@@ -256,9 +257,10 @@ def __init__(
256257
are specified, the client will attempt to ascertain the
257258
credentials from the environment.
258259
This argument is ignored if a ``channel`` instance is provided.
259-
credentials_file (Optional[str]): A file with credentials that can
260+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
260261
be loaded with :func:`google.auth.load_credentials_from_file`.
261262
This argument is ignored if a ``channel`` instance is provided.
263+
This argument will be removed in the next major version of this library.
262264
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
263265
service. These are only used when credentials are not specified and
264266
are passed to :func:`google.auth.default`.

β€Žgoogle/cloud/datastore_admin_v1/services/datastore_admin/transports/rest.pyβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,10 @@ def __init__(
616616
are specified, the client will attempt to ascertain the
617617
credentials from the environment.
618618
619-
credentials_file (Optional[str]): A file with credentials that can
619+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
620620
be loaded with :func:`google.auth.load_credentials_from_file`.
621-
This argument is ignored if ``channel`` is provided.
621+
This argument is ignored if ``channel`` is provided. This argument will be
622+
removed in the next major version of this library.
622623
scopes (Optional(Sequence[str])): A list of scopes. This argument is
623624
ignored if ``channel`` is provided.
624625
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

β€Žgoogle/cloud/datastore_v1/services/datastore/transports/base.pyβ€Ž

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

β€Žgoogle/cloud/datastore_v1/services/datastore/transports/grpc.pyβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ def __init__(
158158
are specified, the client will attempt to ascertain the
159159
credentials from the environment.
160160
This argument is ignored if a ``channel`` instance is provided.
161-
credentials_file (Optional[str]): A file with credentials that can
161+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
162162
be loaded with :func:`google.auth.load_credentials_from_file`.
163163
This argument is ignored if a ``channel`` instance is provided.
164+
This argument will be removed in the next major version of this library.
164165
scopes (Optional(Sequence[str])): A list of scopes. This argument is
165166
ignored if a ``channel`` instance is provided.
166167
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -293,9 +294,10 @@ def create_channel(
293294
credentials identify this application to the service. If
294295
none are specified, the client will attempt to ascertain
295296
the credentials from the environment.
296-
credentials_file (Optional[str]): A file with credentials that can
297+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
297298
be loaded with :func:`google.auth.load_credentials_from_file`.
298-
This argument is mutually exclusive with credentials.
299+
This argument is mutually exclusive with credentials. This argument will be
300+
removed in the next major version of this library.
299301
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
300302
service. These are only used when credentials are not specified and
301303
are passed to :func:`google.auth.default`.

β€Žgoogle/cloud/datastore_v1/services/datastore/transports/grpc_asyncio.pyβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ def create_channel(
155155
credentials identify this application to the service. If
156156
none are specified, the client will attempt to ascertain
157157
the credentials from the environment.
158-
credentials_file (Optional[str]): A file with credentials that can
159-
be loaded with :func:`google.auth.load_credentials_from_file`.
158+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
159+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
160+
removed in the next major version of this library.
160161
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
161162
service. These are only used when credentials are not specified and
162163
are passed to :func:`google.auth.default`.
@@ -207,9 +208,10 @@ def __init__(
207208
are specified, the client will attempt to ascertain the
208209
credentials from the environment.
209210
This argument is ignored if a ``channel`` instance is provided.
210-
credentials_file (Optional[str]): A file with credentials that can
211+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
211212
be loaded with :func:`google.auth.load_credentials_from_file`.
212213
This argument is ignored if a ``channel`` instance is provided.
214+
This argument will be removed in the next major version of this library.
213215
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
214216
service. These are only used when credentials are not specified and
215217
are passed to :func:`google.auth.default`.

β€Žgoogle/cloud/datastore_v1/services/datastore/transports/rest.pyβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,9 +673,10 @@ def __init__(
673673
are specified, the client will attempt to ascertain the
674674
credentials from the environment.
675675
676-
credentials_file (Optional[str]): A file with credentials that can
676+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
677677
be loaded with :func:`google.auth.load_credentials_from_file`.
678-
This argument is ignored if ``channel`` is provided.
678+
This argument is ignored if ``channel`` is provided. This argument will be
679+
removed in the next major version of this library.
679680
scopes (Optional(Sequence[str])): A list of scopes. This argument is
680681
ignored if ``channel`` is provided.
681682
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

β€Žowl-bot-staging/datastore/v1/.coveragercβ€Ž

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

β€Žowl-bot-staging/datastore/v1/.flake8β€Ž

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

0 commit comments

Comments
Β (0)