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

chore: Update gapic-generator-python to v1.11.3 #482

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions google/cloud/iot_v1/services/device_manager/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,8 @@ async def list_device_states(
metadata: Sequence[Tuple[str, str]] = (),
) -> device_manager.ListDeviceStatesResponse:
r"""Lists the last few versions of the device state in
descending order (i.e.: newest first).
descending order (i.e.:
newest first).

.. code-block:: python

Expand Down Expand Up @@ -1755,8 +1756,8 @@ async def sample_set_iam_policy():
The request object. Request message for ``SetIamPolicy`` method.
resource (:class:`str`):
REQUIRED: The resource for which the
policy is being specified. See the
operation documentation for the
policy is being specified.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down Expand Up @@ -1922,8 +1923,8 @@ async def sample_get_iam_policy():
The request object. Request message for ``GetIamPolicy`` method.
resource (:class:`str`):
REQUIRED: The resource for which the
policy is being requested. See the
operation documentation for the
policy is being requested.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down Expand Up @@ -2091,8 +2092,8 @@ async def sample_test_iam_permissions():
The request object. Request message for ``TestIamPermissions`` method.
resource (:class:`str`):
REQUIRED: The resource for which the
policy detail is being requested. See
the operation documentation for the
policy detail is being requested.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down
15 changes: 8 additions & 7 deletions google/cloud/iot_v1/services/device_manager/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,8 @@ def list_device_states(
metadata: Sequence[Tuple[str, str]] = (),
) -> device_manager.ListDeviceStatesResponse:
r"""Lists the last few versions of the device state in
descending order (i.e.: newest first).
descending order (i.e.:
newest first).

.. code-block:: python

Expand Down Expand Up @@ -1917,8 +1918,8 @@ def sample_set_iam_policy():
The request object. Request message for ``SetIamPolicy`` method.
resource (str):
REQUIRED: The resource for which the
policy is being specified. See the
operation documentation for the
policy is being specified.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down Expand Up @@ -2081,8 +2082,8 @@ def sample_get_iam_policy():
The request object. Request message for ``GetIamPolicy`` method.
resource (str):
REQUIRED: The resource for which the
policy is being requested. See the
operation documentation for the
policy is being requested.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down Expand Up @@ -2247,8 +2248,8 @@ def sample_test_iam_permissions():
The request object. Request message for ``TestIamPermissions`` method.
resource (str):
REQUIRED: The resource for which the
policy detail is being requested. See
the operation documentation for the
policy detail is being requested.
See the operation documentation for the
appropriate value for this field.

This corresponds to the ``resource`` field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ def list_device_states(
r"""Return a callable for the list device states method over gRPC.

Lists the last few versions of the device state in
descending order (i.e.: newest first).
descending order (i.e.:
newest first).

Returns:
Callable[[~.ListDeviceStatesRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ def list_device_states(
r"""Return a callable for the list device states method over gRPC.

Lists the last few versions of the device state in
descending order (i.e.: newest first).
descending order (i.e.:
newest first).

Returns:
Callable[[~.ListDeviceStatesRequest],
Expand Down