Skip to content

Commit f132b65

Browse files
1 parent cf19f73 commit f132b65

File tree

271 files changed

+256
-146089
lines changed

Some content is hidden

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

271 files changed

+256
-146089
lines changed

‎google/cloud/bigtable_admin_v2/services/bigtable_instance_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/bigtable_admin_v2/services/bigtable_instance_admin/transports/grpc.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ def __init__(
160160
are specified, the client will attempt to ascertain the
161161
credentials from the environment.
162162
This argument is ignored if a ``channel`` instance is provided.
163-
credentials_file (Optional[str]): A file with credentials that can
163+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
164164
be loaded with :func:`google.auth.load_credentials_from_file`.
165165
This argument is ignored if a ``channel`` instance is provided.
166+
This argument will be removed in the next major version of this library.
166167
scopes (Optional(Sequence[str])): A list of scopes. This argument is
167168
ignored if a ``channel`` instance is provided.
168169
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -296,9 +297,10 @@ def create_channel(
296297
credentials identify this application to the service. If
297298
none are specified, the client will attempt to ascertain
298299
the credentials from the environment.
299-
credentials_file (Optional[str]): A file with credentials that can
300+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
300301
be loaded with :func:`google.auth.load_credentials_from_file`.
301-
This argument is mutually exclusive with credentials.
302+
This argument is mutually exclusive with credentials. This argument will be
303+
removed in the next major version of this library.
302304
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
303305
service. These are only used when credentials are not specified and
304306
are passed to :func:`google.auth.default`.

‎google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/transports/grpc_asyncio.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ def create_channel(
157157
credentials identify this application to the service. If
158158
none are specified, the client will attempt to ascertain
159159
the credentials from the environment.
160-
credentials_file (Optional[str]): A file with credentials that can
161-
be loaded with :func:`google.auth.load_credentials_from_file`.
160+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
161+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
162+
removed in the next major version of this library.
162163
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
163164
service. These are only used when credentials are not specified and
164165
are passed to :func:`google.auth.default`.
@@ -209,9 +210,10 @@ def __init__(
209210
are specified, the client will attempt to ascertain the
210211
credentials from the environment.
211212
This argument is ignored if a ``channel`` instance is provided.
212-
credentials_file (Optional[str]): A file with credentials that can
213+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
213214
be loaded with :func:`google.auth.load_credentials_from_file`.
214215
This argument is ignored if a ``channel`` instance is provided.
216+
This argument will be removed in the next major version of this library.
215217
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
216218
service. These are only used when credentials are not specified and
217219
are passed to :func:`google.auth.default`.

‎google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/transports/rest.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,9 +1719,10 @@ def __init__(
17191719
are specified, the client will attempt to ascertain the
17201720
credentials from the environment.
17211721
1722-
credentials_file (Optional[str]): A file with credentials that can
1722+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
17231723
be loaded with :func:`google.auth.load_credentials_from_file`.
1724-
This argument is ignored if ``channel`` is provided.
1724+
This argument is ignored if ``channel`` is provided. This argument will be
1725+
removed in the next major version of this library.
17251726
scopes (Optional(Sequence[str])): A list of scopes. This argument is
17261727
ignored if ``channel`` is provided.
17271728
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

‎google/cloud/bigtable_admin_v2/services/bigtable_table_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/bigtable_admin_v2/services/bigtable_table_admin/transports/grpc.py‎

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

‎google/cloud/bigtable_admin_v2/services/bigtable_table_admin/transports/grpc_asyncio.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ def create_channel(
159159
credentials identify this application to the service. If
160160
none are specified, the client will attempt to ascertain
161161
the credentials from the environment.
162-
credentials_file (Optional[str]): A file with credentials that can
163-
be loaded with :func:`google.auth.load_credentials_from_file`.
162+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
163+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
164+
removed in the next major version of this library.
164165
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
165166
service. These are only used when credentials are not specified and
166167
are passed to :func:`google.auth.default`.
@@ -211,9 +212,10 @@ def __init__(
211212
are specified, the client will attempt to ascertain the
212213
credentials from the environment.
213214
This argument is ignored if a ``channel`` instance is provided.
214-
credentials_file (Optional[str]): A file with credentials that can
215+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
215216
be loaded with :func:`google.auth.load_credentials_from_file`.
216217
This argument is ignored if a ``channel`` instance is provided.
218+
This argument will be removed in the next major version of this library.
217219
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
218220
service. These are only used when credentials are not specified and
219221
are passed to :func:`google.auth.default`.

‎google/cloud/bigtable_admin_v2/services/bigtable_table_admin/transports/rest.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,9 +1896,10 @@ def __init__(
18961896
are specified, the client will attempt to ascertain the
18971897
credentials from the environment.
18981898
1899-
credentials_file (Optional[str]): A file with credentials that can
1899+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
19001900
be loaded with :func:`google.auth.load_credentials_from_file`.
1901-
This argument is ignored if ``channel`` is provided.
1901+
This argument is ignored if ``channel`` is provided. This argument will be
1902+
removed in the next major version of this library.
19021903
scopes (Optional(Sequence[str])): A list of scopes. This argument is
19031904
ignored if ``channel`` is provided.
19041905
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

‎google/cloud/bigtable_v2/services/bigtable/transports/base.py‎

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

‎google/cloud/bigtable_v2/services/bigtable/transports/grpc.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,10 @@ def __init__(
152152
are specified, the client will attempt to ascertain the
153153
credentials from the environment.
154154
This argument is ignored if a ``channel`` instance is provided.
155-
credentials_file (Optional[str]): A file with credentials that can
155+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
156156
be loaded with :func:`google.auth.load_credentials_from_file`.
157157
This argument is ignored if a ``channel`` instance is provided.
158+
This argument will be removed in the next major version of this library.
158159
scopes (Optional(Sequence[str])): A list of scopes. This argument is
159160
ignored if a ``channel`` instance is provided.
160161
channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]):
@@ -287,9 +288,10 @@ def create_channel(
287288
credentials identify this application to the service. If
288289
none are specified, the client will attempt to ascertain
289290
the credentials from the environment.
290-
credentials_file (Optional[str]): A file with credentials that can
291+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
291292
be loaded with :func:`google.auth.load_credentials_from_file`.
292-
This argument is mutually exclusive with credentials.
293+
This argument is mutually exclusive with credentials. This argument will be
294+
removed in the next major version of this library.
293295
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
294296
service. These are only used when credentials are not specified and
295297
are passed to :func:`google.auth.default`.

0 commit comments

Comments
 (0)