Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 21e3a6d

Browse files
docs: Fix formatting of request arg in docstring (#558)
* chore: Update gapic-generator-python to v1.9.0 PiperOrigin-RevId: 517425588 Source-Link: googleapis/googleapis@33c93eb Source-Link: https://github.com/googleapis/googleapis-gen/commit/d5f59789d19fc43270ff2124967d4ec8992b8e8f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 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 * Fix docs build. Fix proposed upstream via cl/519096404 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 2ed93d3 commit 21e3a6d

File tree

1 file changed

+0
-7
lines changed
  • google/cloud/asset_v1/services/asset_service/transports

1 file changed

+0
-7
lines changed

google/cloud/asset_v1/services/asset_service/transports/rest.py

-7
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,6 @@ def __call__(
945945
request (~.asset_service.AnalyzeIamPolicyRequest):
946946
The request object. A request message for
947947
[AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
948-
949948
retry (google.api_core.retry.Retry): Designation of what errors, if any,
950949
should be retried.
951950
timeout (float): The timeout for this request.
@@ -1038,7 +1037,6 @@ def __call__(
10381037
request (~.asset_service.AnalyzeIamPolicyLongrunningRequest):
10391038
The request object. A request message for
10401039
[AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
1041-
10421040
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10431041
should be retried.
10441042
timeout (float): The timeout for this request.
@@ -1140,7 +1138,6 @@ def __call__(
11401138
request (~.asset_service.AnalyzeMoveRequest):
11411139
The request object. The request message for performing
11421140
resource move analysis.
1143-
11441141
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11451142
should be retried.
11461143
timeout (float): The timeout for this request.
@@ -1232,7 +1229,6 @@ def __call__(
12321229
request (~.asset_service.AnalyzeOrgPoliciesRequest):
12331230
The request object. A request message for
12341231
[AssetService.AnalyzeOrgPolicies][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicies].
1235-
12361232
retry (google.api_core.retry.Retry): Designation of what errors, if any,
12371233
should be retried.
12381234
timeout (float): The timeout for this request.
@@ -1327,7 +1323,6 @@ def __call__(
13271323
request (~.asset_service.AnalyzeOrgPolicyGovernedAssetsRequest):
13281324
The request object. A request message for
13291325
[AssetService.AnalyzeOrgPolicyGovernedAssets][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedAssets].
1330-
13311326
retry (google.api_core.retry.Retry): Designation of what errors, if any,
13321327
should be retried.
13331328
timeout (float): The timeout for this request.
@@ -1425,7 +1420,6 @@ def __call__(
14251420
request (~.asset_service.AnalyzeOrgPolicyGovernedContainersRequest):
14261421
The request object. A request message for
14271422
[AssetService.AnalyzeOrgPolicyGovernedContainers][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedContainers].
1428-
14291423
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14301424
should be retried.
14311425
timeout (float): The timeout for this request.
@@ -1613,7 +1607,6 @@ def __call__(
16131607
request (~.asset_service.BatchGetEffectiveIamPoliciesRequest):
16141608
The request object. A request message for
16151609
[AssetService.BatchGetEffectiveIamPolicies][google.cloud.asset.v1.AssetService.BatchGetEffectiveIamPolicies].
1616-
16171610
retry (google.api_core.retry.Retry): Designation of what errors, if any,
16181611
should be retried.
16191612
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)