@@ -253,8 +253,8 @@ def generate_access_token(
253253 If a dict is provided, it must be of the same form as the protobuf
254254 message :class:`~google.cloud.iam_credentials_v1.types.Duration`
255255 retry (Optional[google.api_core.retry.Retry]): A retry object used
256- to retry requests. If ``None`` is specified, requests will not
257- be retried.
256+ to retry requests. If ``None`` is specified, requests will
257+ be retried using a default configuration .
258258 timeout (Optional[float]): The amount of time, in seconds, to wait
259259 for the request to complete. Note that if ``retry`` is
260260 specified, the timeout applies to each individual attempt.
@@ -345,8 +345,8 @@ def generate_id_token(
345345 include_email (bool): Include the service account email in the token. If set to ``true``, the
346346 token will contain ``email`` and ``email_verified`` claims.
347347 retry (Optional[google.api_core.retry.Retry]): A retry object used
348- to retry requests. If ``None`` is specified, requests will not
349- be retried.
348+ to retry requests. If ``None`` is specified, requests will
349+ be retried using a default configuration .
350350 timeout (Optional[float]): The amount of time, in seconds, to wait
351351 for the request to complete. Note that if ``retry`` is
352352 specified, the timeout applies to each individual attempt.
@@ -436,8 +436,8 @@ def sign_blob(
436436 The delegates must have the following format:
437437 ``projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}``
438438 retry (Optional[google.api_core.retry.Retry]): A retry object used
439- to retry requests. If ``None`` is specified, requests will not
440- be retried.
439+ to retry requests. If ``None`` is specified, requests will
440+ be retried using a default configuration .
441441 timeout (Optional[float]): The amount of time, in seconds, to wait
442442 for the request to complete. Note that if ``retry`` is
443443 specified, the timeout applies to each individual attempt.
@@ -524,8 +524,8 @@ def sign_jwt(
524524 The delegates must have the following format:
525525 ``projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}``
526526 retry (Optional[google.api_core.retry.Retry]): A retry object used
527- to retry requests. If ``None`` is specified, requests will not
528- be retried.
527+ to retry requests. If ``None`` is specified, requests will
528+ be retried using a default configuration .
529529 timeout (Optional[float]): The amount of time, in seconds, to wait
530530 for the request to complete. Note that if ``retry`` is
531531 specified, the timeout applies to each individual attempt.
0 commit comments