@@ -539,8 +539,8 @@ async def sample_list_services():
539
539
540
540
Args:
541
541
request (Optional[Union[google.cloud.run_v2.types.ListServicesRequest, dict]]):
542
- The request object. Request message for retrieving a
543
- list of Services.
542
+ The request object. Request message for retrieving a list
543
+ of Services.
544
544
parent (:class:`str`):
545
545
Required. The location and project to
546
546
list resources on. Location must be a
@@ -915,8 +915,7 @@ async def sample_get_iam_policy():
915
915
916
916
Args:
917
917
request (Optional[Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict]]):
918
- The request object. Request message for `GetIamPolicy`
919
- method.
918
+ The request object. Request message for ``GetIamPolicy`` method.
920
919
retry (google.api_core.retry.Retry): Designation of what errors, if any,
921
920
should be retried.
922
921
timeout (float): The timeout for this request.
@@ -1059,8 +1058,7 @@ async def sample_set_iam_policy():
1059
1058
1060
1059
Args:
1061
1060
request (Optional[Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict]]):
1062
- The request object. Request message for `SetIamPolicy`
1063
- method.
1061
+ The request object. Request message for ``SetIamPolicy`` method.
1064
1062
retry (google.api_core.retry.Retry): Designation of what errors, if any,
1065
1063
should be retried.
1066
1064
timeout (float): The timeout for this request.
@@ -1206,8 +1204,7 @@ async def sample_test_iam_permissions():
1206
1204
1207
1205
Args:
1208
1206
request (Optional[Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict]]):
1209
- The request object. Request message for
1210
- `TestIamPermissions` method.
1207
+ The request object. Request message for ``TestIamPermissions`` method.
1211
1208
retry (google.api_core.retry.Retry): Designation of what errors, if any,
1212
1209
should be retried.
1213
1210
timeout (float): The timeout for this request.
0 commit comments