Skip to content

Commit aa89e3d

Browse files
1 parent d877578 commit aa89e3d

File tree

109 files changed

+58
-24140
lines changed

Some content is hidden

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

109 files changed

+58
-24140
lines changed

‎google/cloud/errorreporting_v1beta1/services/error_group_service/transports/base.py‎

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

‎google/cloud/errorreporting_v1beta1/services/error_group_service/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`.

‎google/cloud/errorreporting_v1beta1/services/error_group_service/transports/grpc_asyncio.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ def create_channel(
149149
credentials identify this application to the service. If
150150
none are specified, the client will attempt to ascertain
151151
the credentials from the environment.
152-
credentials_file (Optional[str]): A file with credentials that can
153-
be loaded with :func:`google.auth.load_credentials_from_file`.
152+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
153+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
154+
removed in the next major version of this library.
154155
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
155156
service. These are only used when credentials are not specified and
156157
are passed to :func:`google.auth.default`.
@@ -201,9 +202,10 @@ def __init__(
201202
are specified, the client will attempt to ascertain the
202203
credentials from the environment.
203204
This argument is ignored if a ``channel`` instance is provided.
204-
credentials_file (Optional[str]): A file with credentials that can
205+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
205206
be loaded with :func:`google.auth.load_credentials_from_file`.
206207
This argument is ignored if a ``channel`` instance is provided.
208+
This argument will be removed in the next major version of this library.
207209
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
208210
service. These are only used when credentials are not specified and
209211
are passed to :func:`google.auth.default`.

‎google/cloud/errorreporting_v1beta1/services/error_group_service/transports/rest.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ def __init__(
239239
are specified, the client will attempt to ascertain the
240240
credentials from the environment.
241241
242-
credentials_file (Optional[str]): A file with credentials that can
242+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
243243
be loaded with :func:`google.auth.load_credentials_from_file`.
244-
This argument is ignored if ``channel`` is provided.
244+
This argument is ignored if ``channel`` is provided. This argument will be
245+
removed in the next major version of this library.
245246
scopes (Optional(Sequence[str])): A list of scopes. This argument is
246247
ignored if ``channel`` is provided.
247248
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

‎google/cloud/errorreporting_v1beta1/services/error_stats_service/transports/base.py‎

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

‎google/cloud/errorreporting_v1beta1/services/error_stats_service/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`.

‎google/cloud/errorreporting_v1beta1/services/error_stats_service/transports/grpc_asyncio.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ def create_channel(
149149
credentials identify this application to the service. If
150150
none are specified, the client will attempt to ascertain
151151
the credentials from the environment.
152-
credentials_file (Optional[str]): A file with credentials that can
153-
be loaded with :func:`google.auth.load_credentials_from_file`.
152+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
153+
be loaded with :func:`google.auth.load_credentials_from_file`. This argument will be
154+
removed in the next major version of this library.
154155
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
155156
service. These are only used when credentials are not specified and
156157
are passed to :func:`google.auth.default`.
@@ -201,9 +202,10 @@ def __init__(
201202
are specified, the client will attempt to ascertain the
202203
credentials from the environment.
203204
This argument is ignored if a ``channel`` instance is provided.
204-
credentials_file (Optional[str]): A file with credentials that can
205+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
205206
be loaded with :func:`google.auth.load_credentials_from_file`.
206207
This argument is ignored if a ``channel`` instance is provided.
208+
This argument will be removed in the next major version of this library.
207209
scopes (Optional[Sequence[str]]): A optional list of scopes needed for this
208210
service. These are only used when credentials are not specified and
209211
are passed to :func:`google.auth.default`.

‎google/cloud/errorreporting_v1beta1/services/error_stats_service/transports/rest.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,10 @@ def __init__(
308308
are specified, the client will attempt to ascertain the
309309
credentials from the environment.
310310
311-
credentials_file (Optional[str]): A file with credentials that can
311+
credentials_file (Optional[str]): Deprecated. A file with credentials that can
312312
be loaded with :func:`google.auth.load_credentials_from_file`.
313-
This argument is ignored if ``channel`` is provided.
313+
This argument is ignored if ``channel`` is provided. This argument will be
314+
removed in the next major version of this library.
314315
scopes (Optional(Sequence[str])): A list of scopes. This argument is
315316
ignored if ``channel`` is provided.
316317
client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client

‎google/cloud/errorreporting_v1beta1/services/report_errors_service/transports/base.py‎

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

‎google/cloud/errorreporting_v1beta1/services/report_errors_service/transports/grpc.py‎

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

0 commit comments

Comments
 (0)