| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent afff72f commit cf7eec3
22 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,9 +68,10 @@ def __init__( | |||
| 68 | 68 | credentials identify the application to the service; if none | |
| 69 | 69 | are specified, the client will attempt to ascertain the | |
| 70 | 70 | 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 | ||
| 72 | 72 | 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. | ||
| 74 | 75 | scopes (Optional[Sequence[str]]): A list of scopes. | |
| 75 | 76 | quota_project_id (Optional[str]): An optional project to use for billing | |
| 76 | 77 | and quota. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -152,9 +152,10 @@ def __init__( | |||
| 152 | 152 | are specified, the client will attempt to ascertain the | |
| 153 | 153 | credentials from the environment. | |
| 154 | 154 | 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 | ||
| 156 | 156 | be loaded with :func:`google.auth.load_credentials_from_file`. | |
| 157 | 157 | This argument is ignored if a ``channel`` instance is provided. | |
| 158 | + This argument will be removed in the next major version of this library. | ||
| 158 | 159 | scopes (Optional(Sequence[str])): A list of scopes. This argument is | |
| 159 | 160 | ignored if a ``channel`` instance is provided. | |
| 160 | 161 | channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]): | |
@@ -287,9 +288,10 @@ def create_channel( | |||
| 287 | 288 | credentials identify this application to the service. If | |
| 288 | 289 | none are specified, the client will attempt to ascertain | |
| 289 | 290 | 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 | ||
| 291 | 292 | 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. | ||
| 293 | 295 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 294 | 296 | service. These are only used when credentials are not specified and | |
| 295 | 297 | are passed to :func:`google.auth.default`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,8 +149,9 @@ def create_channel( | |||
| 149 | 149 | credentials identify this application to the service. If | |
| 150 | 150 | none are specified, the client will attempt to ascertain | |
| 151 | 151 | 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. | ||
| 154 | 155 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 155 | 156 | service. These are only used when credentials are not specified and | |
| 156 | 157 | are passed to :func:`google.auth.default`. | |
@@ -201,9 +202,10 @@ def __init__( | |||
| 201 | 202 | are specified, the client will attempt to ascertain the | |
| 202 | 203 | credentials from the environment. | |
| 203 | 204 | 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 | ||
| 205 | 206 | be loaded with :func:`google.auth.load_credentials_from_file`. | |
| 206 | 207 | This argument is ignored if a ``channel`` instance is provided. | |
| 208 | + This argument will be removed in the next major version of this library. | ||
| 207 | 209 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 208 | 210 | service. These are only used when credentials are not specified and | |
| 209 | 211 | are passed to :func:`google.auth.default`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,9 +239,10 @@ def __init__( | |||
| 239 | 239 | are specified, the client will attempt to ascertain the | |
| 240 | 240 | credentials from the environment. | |
| 241 | 241 | ||
| 242 | - credentials_file (Optional[str]): A file with credentials that can | ||
| 242 | + credentials_file (Optional[str]): Deprecated. A file with credentials that can | ||
| 243 | 243 | 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. | ||
| 245 | 246 | scopes (Optional(Sequence[str])): A list of scopes. This argument is | |
| 246 | 247 | ignored if ``channel`` is provided. | |
| 247 | 248 | client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,9 +67,10 @@ def __init__( | |||
| 67 | 67 | credentials identify the application to the service; if none | |
| 68 | 68 | are specified, the client will attempt to ascertain the | |
| 69 | 69 | 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 | ||
| 71 | 71 | 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. | ||
| 73 | 74 | scopes (Optional[Sequence[str]]): A list of scopes. | |
| 74 | 75 | quota_project_id (Optional[str]): An optional project to use for billing | |
| 75 | 76 | and quota. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -152,9 +152,10 @@ def __init__( | |||
| 152 | 152 | are specified, the client will attempt to ascertain the | |
| 153 | 153 | credentials from the environment. | |
| 154 | 154 | 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 | ||
| 156 | 156 | be loaded with :func:`google.auth.load_credentials_from_file`. | |
| 157 | 157 | This argument is ignored if a ``channel`` instance is provided. | |
| 158 | + This argument will be removed in the next major version of this library. | ||
| 158 | 159 | scopes (Optional(Sequence[str])): A list of scopes. This argument is | |
| 159 | 160 | ignored if a ``channel`` instance is provided. | |
| 160 | 161 | channel (Optional[Union[grpc.Channel, Callable[..., grpc.Channel]]]): | |
@@ -287,9 +288,10 @@ def create_channel( | |||
| 287 | 288 | credentials identify this application to the service. If | |
| 288 | 289 | none are specified, the client will attempt to ascertain | |
| 289 | 290 | 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 | ||
| 291 | 292 | 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. | ||
| 293 | 295 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 294 | 296 | service. These are only used when credentials are not specified and | |
| 295 | 297 | are passed to :func:`google.auth.default`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,8 +149,9 @@ def create_channel( | |||
| 149 | 149 | credentials identify this application to the service. If | |
| 150 | 150 | none are specified, the client will attempt to ascertain | |
| 151 | 151 | 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. | ||
| 154 | 155 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 155 | 156 | service. These are only used when credentials are not specified and | |
| 156 | 157 | are passed to :func:`google.auth.default`. | |
@@ -201,9 +202,10 @@ def __init__( | |||
| 201 | 202 | are specified, the client will attempt to ascertain the | |
| 202 | 203 | credentials from the environment. | |
| 203 | 204 | 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 | ||
| 205 | 206 | be loaded with :func:`google.auth.load_credentials_from_file`. | |
| 206 | 207 | This argument is ignored if a ``channel`` instance is provided. | |
| 208 | + This argument will be removed in the next major version of this library. | ||
| 207 | 209 | scopes (Optional[Sequence[str]]): A optional list of scopes needed for this | |
| 208 | 210 | service. These are only used when credentials are not specified and | |
| 209 | 211 | are passed to :func:`google.auth.default`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -308,9 +308,10 @@ def __init__( | |||
| 308 | 308 | are specified, the client will attempt to ascertain the | |
| 309 | 309 | credentials from the environment. | |
| 310 | 310 | ||
| 311 | - credentials_file (Optional[str]): A file with credentials that can | ||
| 311 | + credentials_file (Optional[str]): Deprecated. A file with credentials that can | ||
| 312 | 312 | 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. | ||
| 314 | 315 | scopes (Optional(Sequence[str])): A list of scopes. This argument is | |
| 315 | 316 | ignored if ``channel`` is provided. | |
| 316 | 317 | client_cert_source_for_mtls (Callable[[], Tuple[bytes, bytes]]): Client | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -314,14 +314,14 @@ async def report_error_event( | |||
| 314 | 314 | Cloud Logging and can analyze log entries when all of the | |
| 315 | 315 | following are true: | |
| 316 | 316 | ||
| 317 | - - Customer-managed encryption keys (CMEK) are disabled on the | ||
| 318 | - log bucket. | ||
| 319 | - - The log bucket satisfies one of the following: | ||
| 320 | - | ||
| 321 | - - The log bucket is stored in the same project where the | ||
| 322 | - logs originated. | ||
| 323 | - - The logs were routed to a project, and then that project | ||
| 324 | - stored those logs in a log bucket that it owns. | ||
| 317 | + - Customer-managed encryption keys (CMEK) are disabled on the | ||
| 318 | + log bucket. | ||
| 319 | + - The log bucket satisfies one of the following: | ||
| 320 | + | ||
| 321 | + - The log bucket is stored in the same project where the logs | ||
| 322 | + originated. | ||
| 323 | + - The logs were routed to a project, and then that project | ||
| 324 | + stored those logs in a log bucket that it owns. | ||
| 325 | 325 | ||
| 326 | 326 | .. code-block:: python | |
| 327 | 327 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -717,14 +717,14 @@ def report_error_event( | |||
| 717 | 717 | Cloud Logging and can analyze log entries when all of the | |
| 718 | 718 | following are true: | |
| 719 | 719 | ||
| 720 | - - Customer-managed encryption keys (CMEK) are disabled on the | ||
| 721 | - log bucket. | ||
| 722 | - - The log bucket satisfies one of the following: | ||
| 723 | - | ||
| 724 | - - The log bucket is stored in the same project where the | ||
| 725 | - logs originated. | ||
| 726 | - - The logs were routed to a project, and then that project | ||
| 727 | - stored those logs in a log bucket that it owns. | ||
| 720 | + - Customer-managed encryption keys (CMEK) are disabled on the | ||
| 721 | + log bucket. | ||
| 722 | + - The log bucket satisfies one of the following: | ||
| 723 | + | ||
| 724 | + - The log bucket is stored in the same project where the logs | ||
| 725 | + originated. | ||
| 726 | + - The logs were routed to a project, and then that project | ||
| 727 | + stored those logs in a log bucket that it owns. | ||
| 728 | 728 | ||
| 729 | 729 | .. code-block:: python | |
| 730 | 730 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments