Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#369)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* remove redundant samples

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 3199bf0 commit ff43a4a
Show file tree
Hide file tree
Showing 61 changed files with 230 additions and 253 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async def export_assets(
the export operation usually finishes within 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -328,7 +328,7 @@ async def list_assets(
paged results in response.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -445,7 +445,7 @@ async def batch_get_assets_history(
INVALID_ARGUMENT error.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -524,7 +524,7 @@ async def create_feed(
updates.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -630,7 +630,7 @@ async def get_feed(
) -> asset_service.Feed:
r"""Gets details about an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -738,7 +738,7 @@ async def list_feeds(
project/folder/organization.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -839,7 +839,7 @@ async def update_feed(
) -> asset_service.Feed:
r"""Updates an asset feed configuration.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -941,7 +941,7 @@ async def delete_feed(
) -> None:
r"""Deletes an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1038,7 +1038,7 @@ async def search_all_resources(
desired scope, otherwise the request will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1240,7 +1240,7 @@ async def search_all_iam_policies(
desired scope, otherwise the request will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1418,7 +1418,7 @@ async def analyze_iam_policy(
what accesses on which resources.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1512,7 +1512,7 @@ async def analyze_iam_policy_longrunning(
for the long-running operation.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1612,7 +1612,7 @@ async def analyze_move(
takes place.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ def export_assets(
the export operation usually finishes within 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -576,8 +575,7 @@ def list_assets(
paged results in response.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -684,8 +682,7 @@ def batch_get_assets_history(
INVALID_ARGUMENT error.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -755,8 +752,7 @@ def create_feed(
updates.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -862,8 +858,7 @@ def get_feed(
) -> asset_service.Feed:
r"""Gets details about an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -961,8 +956,7 @@ def list_feeds(
project/folder/organization.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1053,8 +1047,7 @@ def update_feed(
) -> asset_service.Feed:
r"""Updates an asset feed configuration.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1156,8 +1149,7 @@ def delete_feed(
) -> None:
r"""Deletes an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1244,8 +1236,7 @@ def search_all_resources(
desired scope, otherwise the request will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1438,8 +1429,7 @@ def search_all_iam_policies(
desired scope, otherwise the request will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1608,8 +1598,7 @@ def analyze_iam_policy(
what accesses on which resources.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1695,8 +1684,7 @@ def analyze_iam_policy_longrunning(
for the long-running operation.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down Expand Up @@ -1799,8 +1787,7 @@ def analyze_move(
takes place.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def search_all_resources(
requested scope, otherwise it will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p1beta1
Expand Down Expand Up @@ -358,7 +358,7 @@ async def search_all_iam_policies(
requested scope, otherwise it will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ def search_all_resources(
requested scope, otherwise it will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p1beta1
Expand Down Expand Up @@ -534,8 +533,7 @@ def search_all_iam_policies(
requested scope, otherwise it will be rejected.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def create_feed(
updates.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -317,7 +317,7 @@ async def get_feed(
) -> asset_service.Feed:
r"""Gets details about an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -425,7 +425,7 @@ async def list_feeds(
project/folder/organization.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -526,7 +526,7 @@ async def update_feed(
) -> asset_service.Feed:
r"""Updates an asset feed configuration.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -628,7 +628,7 @@ async def delete_feed(
) -> None:
r"""Deletes an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,7 @@ def create_feed(
updates.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -512,8 +511,7 @@ def get_feed(
) -> asset_service.Feed:
r"""Gets details about an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -611,8 +609,7 @@ def list_feeds(
project/folder/organization.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -703,8 +700,7 @@ def update_feed(
) -> asset_service.Feed:
r"""Updates an asset feed configuration.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down Expand Up @@ -806,8 +802,7 @@ def delete_feed(
) -> None:
r"""Deletes an asset feed.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p2beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def analyze_iam_policy(
matching the request.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p4beta1
Expand Down Expand Up @@ -299,7 +299,7 @@ async def export_iam_policy_analysis(
the request to help callers to map responses to requests.
.. code-block::
.. code-block:: python
from google.cloud import asset_v1p4beta1
Expand Down
Loading

0 comments on commit ff43a4a

Please sign in to comment.