Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 7738bed

Browse files
docs: Fix formatting of request arg in docstring (#230)
* docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8dc8396 commit 7738bed

File tree

22 files changed

+67
-123
lines changed

22 files changed

+67
-123
lines changed

google/cloud/appengine_admin_v1/services/applications/async_client.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ async def sample_get_application():
250250
251251
Args:
252252
request (Optional[Union[google.cloud.appengine_admin_v1.types.GetApplicationRequest, dict]]):
253-
The request object. Request message for
254-
`Applications.GetApplication`.
253+
The request object. Request message for ``Applications.GetApplication``.
255254
name (:class:`str`):
256255
Name of the Application resource to get. Example:
257256
``apps/myapp``.
@@ -365,8 +364,7 @@ async def sample_create_application():
365364
366365
Args:
367366
request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateApplicationRequest, dict]]):
368-
The request object. Request message for
369-
`Applications.CreateApplication`.
367+
The request object. Request message for ``Applications.CreateApplication``.
370368
retry (google.api_core.retry.Retry): Designation of what errors, if any,
371369
should be retried.
372370
timeout (float): The timeout for this request.
@@ -460,8 +458,7 @@ async def sample_update_application():
460458
461459
Args:
462460
request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateApplicationRequest, dict]]):
463-
The request object. Request message for
464-
`Applications.UpdateApplication`.
461+
The request object. Request message for ``Applications.UpdateApplication``.
465462
retry (google.api_core.retry.Retry): Designation of what errors, if any,
466463
should be retried.
467464
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/applications/client.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,7 @@ def sample_get_application():
461461
462462
Args:
463463
request (Union[google.cloud.appengine_admin_v1.types.GetApplicationRequest, dict]):
464-
The request object. Request message for
465-
`Applications.GetApplication`.
464+
The request object. Request message for ``Applications.GetApplication``.
466465
name (str):
467466
Name of the Application resource to get. Example:
468467
``apps/myapp``.
@@ -576,8 +575,7 @@ def sample_create_application():
576575
577576
Args:
578577
request (Union[google.cloud.appengine_admin_v1.types.CreateApplicationRequest, dict]):
579-
The request object. Request message for
580-
`Applications.CreateApplication`.
578+
The request object. Request message for ``Applications.CreateApplication``.
581579
retry (google.api_core.retry.Retry): Designation of what errors, if any,
582580
should be retried.
583581
timeout (float): The timeout for this request.
@@ -672,8 +670,7 @@ def sample_update_application():
672670
673671
Args:
674672
request (Union[google.cloud.appengine_admin_v1.types.UpdateApplicationRequest, dict]):
675-
The request object. Request message for
676-
`Applications.UpdateApplication`.
673+
The request object. Request message for ``Applications.UpdateApplication``.
677674
retry (google.api_core.retry.Retry): Designation of what errors, if any,
678675
should be retried.
679676
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/applications/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ def __call__(
522522
request (~.appengine.RepairApplicationRequest):
523523
The request object. Request message for
524524
'Applications.RepairApplication'.
525-
526525
retry (google.api_core.retry.Retry): Designation of what errors, if any,
527526
should be retried.
528527
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_certificates/async_client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ async def sample_list_authorized_certificates():
262262
Args:
263263
request (Optional[Union[google.cloud.appengine_admin_v1.types.ListAuthorizedCertificatesRequest, dict]]):
264264
The request object. Request message for
265-
`AuthorizedCertificates.ListAuthorizedCertificates`.
265+
``AuthorizedCertificates.ListAuthorizedCertificates``.
266266
retry (google.api_core.retry.Retry): Designation of what errors, if any,
267267
should be retried.
268268
timeout (float): The timeout for this request.
@@ -355,7 +355,7 @@ async def sample_get_authorized_certificate():
355355
Args:
356356
request (Optional[Union[google.cloud.appengine_admin_v1.types.GetAuthorizedCertificateRequest, dict]]):
357357
The request object. Request message for
358-
`AuthorizedCertificates.GetAuthorizedCertificate`.
358+
``AuthorizedCertificates.GetAuthorizedCertificate``.
359359
retry (google.api_core.retry.Retry): Designation of what errors, if any,
360360
should be retried.
361361
timeout (float): The timeout for this request.
@@ -439,7 +439,7 @@ async def sample_create_authorized_certificate():
439439
Args:
440440
request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateAuthorizedCertificateRequest, dict]]):
441441
The request object. Request message for
442-
`AuthorizedCertificates.CreateAuthorizedCertificate`.
442+
``AuthorizedCertificates.CreateAuthorizedCertificate``.
443443
retry (google.api_core.retry.Retry): Designation of what errors, if any,
444444
should be retried.
445445
timeout (float): The timeout for this request.
@@ -528,7 +528,7 @@ async def sample_update_authorized_certificate():
528528
Args:
529529
request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateAuthorizedCertificateRequest, dict]]):
530530
The request object. Request message for
531-
`AuthorizedCertificates.UpdateAuthorizedCertificate`.
531+
``AuthorizedCertificates.UpdateAuthorizedCertificate``.
532532
retry (google.api_core.retry.Retry): Designation of what errors, if any,
533533
should be retried.
534534
timeout (float): The timeout for this request.
@@ -609,7 +609,7 @@ async def sample_delete_authorized_certificate():
609609
Args:
610610
request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteAuthorizedCertificateRequest, dict]]):
611611
The request object. Request message for
612-
`AuthorizedCertificates.DeleteAuthorizedCertificate`.
612+
``AuthorizedCertificates.DeleteAuthorizedCertificate``.
613613
retry (google.api_core.retry.Retry): Designation of what errors, if any,
614614
should be retried.
615615
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_certificates/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def sample_list_authorized_certificates():
468468
Args:
469469
request (Union[google.cloud.appengine_admin_v1.types.ListAuthorizedCertificatesRequest, dict]):
470470
The request object. Request message for
471-
`AuthorizedCertificates.ListAuthorizedCertificates`.
471+
``AuthorizedCertificates.ListAuthorizedCertificates``.
472472
retry (google.api_core.retry.Retry): Designation of what errors, if any,
473473
should be retried.
474474
timeout (float): The timeout for this request.
@@ -564,7 +564,7 @@ def sample_get_authorized_certificate():
564564
Args:
565565
request (Union[google.cloud.appengine_admin_v1.types.GetAuthorizedCertificateRequest, dict]):
566566
The request object. Request message for
567-
`AuthorizedCertificates.GetAuthorizedCertificate`.
567+
``AuthorizedCertificates.GetAuthorizedCertificate``.
568568
retry (google.api_core.retry.Retry): Designation of what errors, if any,
569569
should be retried.
570570
timeout (float): The timeout for this request.
@@ -651,7 +651,7 @@ def sample_create_authorized_certificate():
651651
Args:
652652
request (Union[google.cloud.appengine_admin_v1.types.CreateAuthorizedCertificateRequest, dict]):
653653
The request object. Request message for
654-
`AuthorizedCertificates.CreateAuthorizedCertificate`.
654+
``AuthorizedCertificates.CreateAuthorizedCertificate``.
655655
retry (google.api_core.retry.Retry): Designation of what errors, if any,
656656
should be retried.
657657
timeout (float): The timeout for this request.
@@ -743,7 +743,7 @@ def sample_update_authorized_certificate():
743743
Args:
744744
request (Union[google.cloud.appengine_admin_v1.types.UpdateAuthorizedCertificateRequest, dict]):
745745
The request object. Request message for
746-
`AuthorizedCertificates.UpdateAuthorizedCertificate`.
746+
``AuthorizedCertificates.UpdateAuthorizedCertificate``.
747747
retry (google.api_core.retry.Retry): Designation of what errors, if any,
748748
should be retried.
749749
timeout (float): The timeout for this request.
@@ -827,7 +827,7 @@ def sample_delete_authorized_certificate():
827827
Args:
828828
request (Union[google.cloud.appengine_admin_v1.types.DeleteAuthorizedCertificateRequest, dict]):
829829
The request object. Request message for
830-
`AuthorizedCertificates.DeleteAuthorizedCertificate`.
830+
``AuthorizedCertificates.DeleteAuthorizedCertificate``.
831831
retry (google.api_core.retry.Retry): Designation of what errors, if any,
832832
should be retried.
833833
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_certificates/transports/rest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ def __call__(
329329
request (~.appengine.CreateAuthorizedCertificateRequest):
330330
The request object. Request message for
331331
``AuthorizedCertificates.CreateAuthorizedCertificate``.
332-
333332
retry (google.api_core.retry.Retry): Designation of what errors, if any,
334333
should be retried.
335334
timeout (float): The timeout for this request.
@@ -423,7 +422,6 @@ def __call__(
423422
request (~.appengine.DeleteAuthorizedCertificateRequest):
424423
The request object. Request message for
425424
``AuthorizedCertificates.DeleteAuthorizedCertificate``.
426-
427425
retry (google.api_core.retry.Retry): Designation of what errors, if any,
428426
should be retried.
429427
timeout (float): The timeout for this request.
@@ -491,7 +489,6 @@ def __call__(
491489
request (~.appengine.GetAuthorizedCertificateRequest):
492490
The request object. Request message for
493491
``AuthorizedCertificates.GetAuthorizedCertificate``.
494-
495492
retry (google.api_core.retry.Retry): Designation of what errors, if any,
496493
should be retried.
497494
timeout (float): The timeout for this request.
@@ -576,7 +573,6 @@ def __call__(
576573
request (~.appengine.ListAuthorizedCertificatesRequest):
577574
The request object. Request message for
578575
``AuthorizedCertificates.ListAuthorizedCertificates``.
579-
580576
retry (google.api_core.retry.Retry): Designation of what errors, if any,
581577
should be retried.
582578
timeout (float): The timeout for this request.
@@ -658,7 +654,6 @@ def __call__(
658654
request (~.appengine.UpdateAuthorizedCertificateRequest):
659655
The request object. Request message for
660656
``AuthorizedCertificates.UpdateAuthorizedCertificate``.
661-
662657
retry (google.api_core.retry.Retry): Designation of what errors, if any,
663658
should be retried.
664659
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_domains/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ async def sample_list_authorized_domains():
255255
Args:
256256
request (Optional[Union[google.cloud.appengine_admin_v1.types.ListAuthorizedDomainsRequest, dict]]):
257257
The request object. Request message for
258-
`AuthorizedDomains.ListAuthorizedDomains`.
258+
``AuthorizedDomains.ListAuthorizedDomains``.
259259
retry (google.api_core.retry.Retry): Designation of what errors, if any,
260260
should be retried.
261261
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_domains/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def sample_list_authorized_domains():
464464
Args:
465465
request (Union[google.cloud.appengine_admin_v1.types.ListAuthorizedDomainsRequest, dict]):
466466
The request object. Request message for
467-
`AuthorizedDomains.ListAuthorizedDomains`.
467+
``AuthorizedDomains.ListAuthorizedDomains``.
468468
retry (google.api_core.retry.Retry): Designation of what errors, if any,
469469
should be retried.
470470
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/authorized_domains/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def __call__(
217217
request (~.appengine.ListAuthorizedDomainsRequest):
218218
The request object. Request message for
219219
``AuthorizedDomains.ListAuthorizedDomains``.
220-
221220
retry (google.api_core.retry.Retry): Designation of what errors, if any,
222221
should be retried.
223222
timeout (float): The timeout for this request.

google/cloud/appengine_admin_v1/services/domain_mappings/async_client.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async def sample_list_domain_mappings():
256256
Args:
257257
request (Optional[Union[google.cloud.appengine_admin_v1.types.ListDomainMappingsRequest, dict]]):
258258
The request object. Request message for
259-
`DomainMappings.ListDomainMappings`.
259+
``DomainMappings.ListDomainMappings``.
260260
retry (google.api_core.retry.Retry): Designation of what errors, if any,
261261
should be retried.
262262
timeout (float): The timeout for this request.
@@ -345,8 +345,7 @@ async def sample_get_domain_mapping():
345345
346346
Args:
347347
request (Optional[Union[google.cloud.appengine_admin_v1.types.GetDomainMappingRequest, dict]]):
348-
The request object. Request message for
349-
`DomainMappings.GetDomainMapping`.
348+
The request object. Request message for ``DomainMappings.GetDomainMapping``.
350349
retry (google.api_core.retry.Retry): Designation of what errors, if any,
351350
should be retried.
352351
timeout (float): The timeout for this request.
@@ -432,7 +431,7 @@ async def sample_create_domain_mapping():
432431
Args:
433432
request (Optional[Union[google.cloud.appengine_admin_v1.types.CreateDomainMappingRequest, dict]]):
434433
The request object. Request message for
435-
`DomainMappings.CreateDomainMapping`.
434+
``DomainMappings.CreateDomainMapping``.
436435
retry (google.api_core.retry.Retry): Designation of what errors, if any,
437436
should be retried.
438437
timeout (float): The timeout for this request.
@@ -530,7 +529,7 @@ async def sample_update_domain_mapping():
530529
Args:
531530
request (Optional[Union[google.cloud.appengine_admin_v1.types.UpdateDomainMappingRequest, dict]]):
532531
The request object. Request message for
533-
`DomainMappings.UpdateDomainMapping`.
532+
``DomainMappings.UpdateDomainMapping``.
534533
retry (google.api_core.retry.Retry): Designation of what errors, if any,
535534
should be retried.
536535
timeout (float): The timeout for this request.
@@ -626,7 +625,7 @@ async def sample_delete_domain_mapping():
626625
Args:
627626
request (Optional[Union[google.cloud.appengine_admin_v1.types.DeleteDomainMappingRequest, dict]]):
628627
The request object. Request message for
629-
`DomainMappings.DeleteDomainMapping`.
628+
``DomainMappings.DeleteDomainMapping``.
630629
retry (google.api_core.retry.Retry): Designation of what errors, if any,
631630
should be retried.
632631
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)