Skip to content

Commit

Permalink
chore: Use gapic-generator-python 0.65.0 (#191)
Browse files Browse the repository at this point in the history
* chore: Use gapic-generator-python 0.65.0

PiperOrigin-RevId: 440970084

Source-Link: googleapis/googleapis@5e0a3d5

Source-Link: googleapis/googleapis-gen@b0c628a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBjNjI4YTNmYWRlNzY4ZjIyNWQ3Njk5Mjc5MWVhMWJhMmE4ODFiZSJ9

* 🦉 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] authored Apr 12, 2022
1 parent 194ece7 commit 6ef8681
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ async def list_approval_requests(
filtered by state (pending, active, dismissed). The
order is reverse chronological.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -380,7 +379,6 @@ async def get_approval_request(
r"""Gets an approval request. Returns NOT_FOUND if the request does
not exist.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -486,7 +484,6 @@ async def approve_approval_request(
FAILED_PRECONDITION if the request exists but is not in a
pending state.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -568,7 +565,6 @@ async def dismiss_approval_request(
Returns FAILED_PRECONDITION if the request exists but is not in
a pending state.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -643,7 +639,6 @@ async def get_access_approval_settings(
r"""Gets the settings associated with a project, folder,
or organization.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -752,7 +747,6 @@ async def update_access_approval_settings(
organization. Settings to update are determined by the value of
field_mask.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down Expand Up @@ -873,7 +867,6 @@ async def delete_access_approval_settings(
still be enabled at this level as the settings are
inherited.
.. code-block:: python
from google.cloud import accessapproval_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,9 @@ def list_approval_requests(
filtered by state (pending, active, dismissed). The
order is reverse chronological.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_list_approval_requests():
# Create a client
Expand Down Expand Up @@ -600,10 +599,9 @@ def get_approval_request(
r"""Gets an approval request. Returns NOT_FOUND if the request does
not exist.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_get_approval_request():
# Create a client
Expand Down Expand Up @@ -697,10 +695,9 @@ def approve_approval_request(
FAILED_PRECONDITION if the request exists but is not in a
pending state.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_approve_approval_request():
# Create a client
Expand Down Expand Up @@ -780,10 +777,9 @@ def dismiss_approval_request(
Returns FAILED_PRECONDITION if the request exists but is not in
a pending state.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_dismiss_approval_request():
# Create a client
Expand Down Expand Up @@ -856,10 +852,9 @@ def get_access_approval_settings(
r"""Gets the settings associated with a project, folder,
or organization.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_get_access_approval_settings():
# Create a client
Expand Down Expand Up @@ -958,10 +953,9 @@ def update_access_approval_settings(
organization. Settings to update are determined by the value of
field_mask.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_update_access_approval_settings():
# Create a client
Expand Down Expand Up @@ -1081,10 +1075,9 @@ def delete_access_approval_settings(
still be enabled at this level as the settings are
inherited.
.. code-block:: python
from google.cloud import accessapproval_v1
from google.cloud import accessapproval_v1
def sample_delete_access_approval_settings():
# Create a client
Expand Down

0 comments on commit 6ef8681

Please sign in to comment.