@@ -259,8 +259,7 @@ async def sample_enable_service():
259
259
260
260
Args:
261
261
request (Optional[Union[google.cloud.service_usage_v1.types.EnableServiceRequest, dict]]):
262
- The request object. Request message for the
263
- `EnableService` method.
262
+ The request object. Request message for the ``EnableService`` method.
264
263
retry (google.api_core.retry.Retry): Designation of what errors, if any,
265
264
should be retried.
266
265
timeout (float): The timeout for this request.
@@ -361,8 +360,7 @@ async def sample_disable_service():
361
360
362
361
Args:
363
362
request (Optional[Union[google.cloud.service_usage_v1.types.DisableServiceRequest, dict]]):
364
- The request object. Request message for the
365
- `DisableService` method.
363
+ The request object. Request message for the ``DisableService`` method.
366
364
retry (google.api_core.retry.Retry): Designation of what errors, if any,
367
365
should be retried.
368
366
timeout (float): The timeout for this request.
@@ -453,8 +451,7 @@ async def sample_get_service():
453
451
454
452
Args:
455
453
request (Optional[Union[google.cloud.service_usage_v1.types.GetServiceRequest, dict]]):
456
- The request object. Request message for the `GetService`
457
- method.
454
+ The request object. Request message for the ``GetService`` method.
458
455
retry (google.api_core.retry.Retry): Designation of what errors, if any,
459
456
should be retried.
460
457
timeout (float): The timeout for this request.
@@ -546,8 +543,7 @@ async def sample_list_services():
546
543
547
544
Args:
548
545
request (Optional[Union[google.cloud.service_usage_v1.types.ListServicesRequest, dict]]):
549
- The request object. Request message for the
550
- `ListServices` method.
546
+ The request object. Request message for the ``ListServices`` method.
551
547
retry (google.api_core.retry.Retry): Designation of what errors, if any,
552
548
should be retried.
553
549
timeout (float): The timeout for this request.
@@ -643,8 +639,7 @@ async def sample_batch_enable_services():
643
639
644
640
Args:
645
641
request (Optional[Union[google.cloud.service_usage_v1.types.BatchEnableServicesRequest, dict]]):
646
- The request object. Request message for the
647
- `BatchEnableServices` method.
642
+ The request object. Request message for the ``BatchEnableServices`` method.
648
643
retry (google.api_core.retry.Retry): Designation of what errors, if any,
649
644
should be retried.
650
645
timeout (float): The timeout for this request.
@@ -735,8 +730,7 @@ async def sample_batch_get_services():
735
730
736
731
Args:
737
732
request (Optional[Union[google.cloud.service_usage_v1.types.BatchGetServicesRequest, dict]]):
738
- The request object. Request message for the
739
- `BatchGetServices` method.
733
+ The request object. Request message for the ``BatchGetServices`` method.
740
734
retry (google.api_core.retry.Retry): Designation of what errors, if any,
741
735
should be retried.
742
736
timeout (float): The timeout for this request.
0 commit comments