Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
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
50 changes: 25 additions & 25 deletions google/cloud/datastream_v1/services/datastream/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ async def list_connection_profiles(
in a project and location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -331,7 +331,7 @@ async def get_connection_profile(
profile.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -426,7 +426,7 @@ async def create_connection_profile(
project and location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -560,7 +560,7 @@ async def update_connection_profile(
connection profile.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -686,7 +686,7 @@ async def delete_connection_profile(
) -> operation_async.AsyncOperation:
r"""Use this method to delete a connection profile.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -805,7 +805,7 @@ async def discover_connection_profile(
that's optionally supplied in the request.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -883,7 +883,7 @@ async def list_streams(
location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -981,7 +981,7 @@ async def get_stream(
) -> datastream_resources.Stream:
r"""Use this method to get details about a stream.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1073,7 +1073,7 @@ async def create_stream(
) -> operation_async.AsyncOperation:
r"""Use this method to create a stream.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1205,7 +1205,7 @@ async def update_stream(
stream.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1331,7 +1331,7 @@ async def delete_stream(
) -> operation_async.AsyncOperation:
r"""Use this method to delete a stream.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1446,7 +1446,7 @@ async def get_stream_object(
) -> datastream_resources.StreamObject:
r"""Use this method to get details about a stream object.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1537,7 +1537,7 @@ async def lookup_stream_object(
source object identifier.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1613,7 +1613,7 @@ async def list_stream_objects(
stream.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1715,7 +1715,7 @@ async def start_backfill_job(
specified stream object.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1809,7 +1809,7 @@ async def stop_backfill_job(
specified stream object.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -1902,7 +1902,7 @@ async def fetch_static_ips(
addresses used by Datastream.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2007,7 +2007,7 @@ async def create_private_connection(
configuration.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2136,7 +2136,7 @@ async def get_private_connection(
connectivity configuration.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2230,7 +2230,7 @@ async def list_private_connections(
configurations in a project and location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2333,7 +2333,7 @@ async def delete_private_connection(
configuration.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2452,7 +2452,7 @@ async def create_route(
connectivity configuration in a project and location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2577,7 +2577,7 @@ async def get_route(
) -> datastream_resources.Route:
r"""Use this method to get details about a route.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2670,7 +2670,7 @@ async def list_routes(
connectivity configuration in a project and location.


.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down Expand Up @@ -2768,7 +2768,7 @@ async def delete_route(
) -> operation_async.AsyncOperation:
r"""Use this method to delete a route.

.. code-block::
.. code-block:: python

from google.cloud import datastream_v1

Expand Down
Loading