@@ -253,8 +253,8 @@ def generate_access_token(
253
253
If a dict is provided, it must be of the same form as the protobuf
254
254
message :class:`~google.cloud.iam_credentials_v1.types.Duration`
255
255
retry (Optional[google.api_core.retry.Retry]): A retry object used
256
- to retry requests. If ``None`` is specified, requests will
257
- be retried using a default configuration .
256
+ to retry requests. If ``None`` is specified, requests will not
257
+ be retried.
258
258
timeout (Optional[float]): The amount of time, in seconds, to wait
259
259
for the request to complete. Note that if ``retry`` is
260
260
specified, the timeout applies to each individual attempt.
@@ -345,8 +345,8 @@ def generate_id_token(
345
345
include_email (bool): Include the service account email in the token. If set to ``true``, the
346
346
token will contain ``email`` and ``email_verified`` claims.
347
347
retry (Optional[google.api_core.retry.Retry]): A retry object used
348
- to retry requests. If ``None`` is specified, requests will
349
- be retried using a default configuration .
348
+ to retry requests. If ``None`` is specified, requests will not
349
+ be retried.
350
350
timeout (Optional[float]): The amount of time, in seconds, to wait
351
351
for the request to complete. Note that if ``retry`` is
352
352
specified, the timeout applies to each individual attempt.
@@ -436,8 +436,8 @@ def sign_blob(
436
436
The delegates must have the following format:
437
437
``projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}``
438
438
retry (Optional[google.api_core.retry.Retry]): A retry object used
439
- to retry requests. If ``None`` is specified, requests will
440
- be retried using a default configuration .
439
+ to retry requests. If ``None`` is specified, requests will not
440
+ be retried.
441
441
timeout (Optional[float]): The amount of time, in seconds, to wait
442
442
for the request to complete. Note that if ``retry`` is
443
443
specified, the timeout applies to each individual attempt.
@@ -524,8 +524,8 @@ def sign_jwt(
524
524
The delegates must have the following format:
525
525
``projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}``
526
526
retry (Optional[google.api_core.retry.Retry]): A retry object used
527
- to retry requests. If ``None`` is specified, requests will
528
- be retried using a default configuration .
527
+ to retry requests. If ``None`` is specified, requests will not
528
+ be retried.
529
529
timeout (Optional[float]): The amount of time, in seconds, to wait
530
530
for the request to complete. Note that if ``retry`` is
531
531
specified, the timeout applies to each individual attempt.
0 commit comments