Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs: Fix formatting of request arg in docstring (#116)
Browse files Browse the repository at this point in the history
* 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: googleapis/googleapis-gen@b2ab4b0
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 23, 2023
1 parent 5234e17 commit 7507e2a
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ async def sample_list_certificates():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.ListCertificatesRequest, dict]]):
The request object. Request for the `ListCertificates`
method.
The request object. Request for the ``ListCertificates`` method.
parent (:class:`str`):
Required. The project and location from which the
certificate should be listed, specified in the format
Expand Down Expand Up @@ -449,8 +448,7 @@ async def sample_get_certificate():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.GetCertificateRequest, dict]]):
The request object. Request for the `GetCertificate`
method.
The request object. Request for the ``GetCertificate`` method.
name (:class:`str`):
Required. A name of the certificate to describe. Must be
in the format ``projects/*/locations/*/certificates/*``.
Expand Down Expand Up @@ -568,8 +566,7 @@ async def sample_create_certificate():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.CreateCertificateRequest, dict]]):
The request object. Request for the `CreateCertificate`
method.
The request object. Request for the ``CreateCertificate`` method.
parent (:class:`str`):
Required. The parent resource of the certificate. Must
be in the format ``projects/*/locations/*``.
Expand Down Expand Up @@ -714,8 +711,7 @@ async def sample_update_certificate():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.UpdateCertificateRequest, dict]]):
The request object. Request for the `UpdateCertificate`
method.
The request object. Request for the ``UpdateCertificate`` method.
certificate (:class:`google.cloud.certificate_manager_v1.types.Certificate`):
Required. A definition of the
certificate to update.
Expand Down Expand Up @@ -854,8 +850,7 @@ async def sample_delete_certificate():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.DeleteCertificateRequest, dict]]):
The request object. Request for the `DeleteCertificate`
method.
The request object. Request for the ``DeleteCertificate`` method.
name (:class:`str`):
Required. A name of the certificate to delete. Must be
in the format ``projects/*/locations/*/certificates/*``.
Expand Down Expand Up @@ -987,8 +982,7 @@ async def sample_list_certificate_maps():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.ListCertificateMapsRequest, dict]]):
The request object. Request for the
`ListCertificateMaps` method.
The request object. Request for the ``ListCertificateMaps`` method.
parent (:class:`str`):
Required. The project and location from which the
certificate maps should be listed, specified in the
Expand Down Expand Up @@ -1112,8 +1106,7 @@ async def sample_get_certificate_map():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.GetCertificateMapRequest, dict]]):
The request object. Request for the `GetCertificateMap`
method.
The request object. Request for the ``GetCertificateMap`` method.
name (:class:`str`):
Required. A name of the certificate map to describe.
Must be in the format
Expand Down Expand Up @@ -1234,8 +1227,7 @@ async def sample_create_certificate_map():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.CreateCertificateMapRequest, dict]]):
The request object. Request for the
`CreateCertificateMap` method.
The request object. Request for the ``CreateCertificateMap`` method.
parent (:class:`str`):
Required. The parent resource of the certificate map.
Must be in the format ``projects/*/locations/*``.
Expand Down Expand Up @@ -1380,8 +1372,7 @@ async def sample_update_certificate_map():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.UpdateCertificateMapRequest, dict]]):
The request object. Request for the
`UpdateCertificateMap` method.
The request object. Request for the ``UpdateCertificateMap`` method.
certificate_map (:class:`google.cloud.certificate_manager_v1.types.CertificateMap`):
Required. A definition of the
certificate map to update.
Expand Down Expand Up @@ -1523,8 +1514,7 @@ async def sample_delete_certificate_map():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.DeleteCertificateMapRequest, dict]]):
The request object. Request for the
`DeleteCertificateMap` method.
The request object. Request for the ``DeleteCertificateMap`` method.
name (:class:`str`):
Required. A name of the certificate map to delete. Must
be in the format
Expand Down Expand Up @@ -1657,8 +1647,7 @@ async def sample_list_certificate_map_entries():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.ListCertificateMapEntriesRequest, dict]]):
The request object. Request for the
`ListCertificateMapEntries` method.
The request object. Request for the ``ListCertificateMapEntries`` method.
parent (:class:`str`):
Required. The project, location and certificate map from
which the certificate map entries should be listed,
Expand Down Expand Up @@ -1783,8 +1772,7 @@ async def sample_get_certificate_map_entry():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.GetCertificateMapEntryRequest, dict]]):
The request object. Request for the
`GetCertificateMapEntry` method.
The request object. Request for the ``GetCertificateMapEntry`` method.
name (:class:`str`):
Required. A name of the certificate map entry to
describe. Must be in the format
Expand Down Expand Up @@ -1907,8 +1895,7 @@ async def sample_create_certificate_map_entry():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.CreateCertificateMapEntryRequest, dict]]):
The request object. Request for the
`CreateCertificateMapEntry` method.
The request object. Request for the ``CreateCertificateMapEntry`` method.
parent (:class:`str`):
Required. The parent resource of the certificate map
entry. Must be in the format
Expand Down Expand Up @@ -2060,8 +2047,7 @@ async def sample_update_certificate_map_entry():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.UpdateCertificateMapEntryRequest, dict]]):
The request object. Request for the
`UpdateCertificateMapEntry` method.
The request object. Request for the ``UpdateCertificateMapEntry`` method.
certificate_map_entry (:class:`google.cloud.certificate_manager_v1.types.CertificateMapEntry`):
Required. A definition of the
certificate map entry to create map
Expand Down Expand Up @@ -2201,8 +2187,7 @@ async def sample_delete_certificate_map_entry():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.DeleteCertificateMapEntryRequest, dict]]):
The request object. Request for the
`DeleteCertificateMapEntry` method.
The request object. Request for the ``DeleteCertificateMapEntry`` method.
name (:class:`str`):
Required. A name of the certificate map entry to delete.
Must be in the format
Expand Down Expand Up @@ -2335,8 +2320,7 @@ async def sample_list_dns_authorizations():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.ListDnsAuthorizationsRequest, dict]]):
The request object. Request for the
`ListDnsAuthorizations` method.
The request object. Request for the ``ListDnsAuthorizations`` method.
parent (:class:`str`):
Required. The project and location from which the dns
authorizations should be listed, specified in the format
Expand Down Expand Up @@ -2460,8 +2444,7 @@ async def sample_get_dns_authorization():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.GetDnsAuthorizationRequest, dict]]):
The request object. Request for the
`GetDnsAuthorization` method.
The request object. Request for the ``GetDnsAuthorization`` method.
name (:class:`str`):
Required. A name of the dns authorization to describe.
Must be in the format
Expand Down Expand Up @@ -2587,8 +2570,7 @@ async def sample_create_dns_authorization():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.CreateDnsAuthorizationRequest, dict]]):
The request object. Request for the
`CreateDnsAuthorization` method.
The request object. Request for the ``CreateDnsAuthorization`` method.
parent (:class:`str`):
Required. The parent resource of the dns authorization.
Must be in the format ``projects/*/locations/*``.
Expand Down Expand Up @@ -2736,8 +2718,7 @@ async def sample_update_dns_authorization():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.UpdateDnsAuthorizationRequest, dict]]):
The request object. Request for the
`UpdateDnsAuthorization` method.
The request object. Request for the ``UpdateDnsAuthorization`` method.
dns_authorization (:class:`google.cloud.certificate_manager_v1.types.DnsAuthorization`):
Required. A definition of the dns
authorization to update.
Expand Down Expand Up @@ -2875,8 +2856,7 @@ async def sample_delete_dns_authorization():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.DeleteDnsAuthorizationRequest, dict]]):
The request object. Request for the
`DeleteDnsAuthorization` method.
The request object. Request for the ``DeleteDnsAuthorization`` method.
name (:class:`str`):
Required. A name of the dns authorization to delete.
Must be in the format
Expand Down Expand Up @@ -3011,8 +2991,8 @@ async def sample_list_certificate_issuance_configs():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.ListCertificateIssuanceConfigsRequest, dict]]):
The request object. Request for the
`ListCertificateIssuanceConfigs` method.
The request object. Request for the ``ListCertificateIssuanceConfigs``
method.
parent (:class:`str`):
Required. The project and location from which the
certificate should be listed, specified in the format
Expand Down Expand Up @@ -3138,8 +3118,7 @@ async def sample_get_certificate_issuance_config():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.GetCertificateIssuanceConfigRequest, dict]]):
The request object. Request for the
`GetCertificateIssuanceConfig` method.
The request object. Request for the ``GetCertificateIssuanceConfig`` method.
name (:class:`str`):
Required. A name of the certificate issuance config to
describe. Must be in the format
Expand Down Expand Up @@ -3273,8 +3252,8 @@ async def sample_create_certificate_issuance_config():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.CreateCertificateIssuanceConfigRequest, dict]]):
The request object. Request for the
`CreateCertificateIssuanceConfig` method.
The request object. Request for the ``CreateCertificateIssuanceConfig``
method.
parent (:class:`str`):
Required. The parent resource of the certificate
issuance config. Must be in the format
Expand Down Expand Up @@ -3429,8 +3408,8 @@ async def sample_delete_certificate_issuance_config():
Args:
request (Optional[Union[google.cloud.certificate_manager_v1.types.DeleteCertificateIssuanceConfigRequest, dict]]):
The request object. Request for the
`DeleteCertificateIssuanceConfig` method.
The request object. Request for the ``DeleteCertificateIssuanceConfig``
method.
name (:class:`str`):
Required. A name of the certificate issuance config to
delete. Must be in the format
Expand Down
Loading

0 comments on commit 7507e2a

Please sign in to comment.