Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#163)
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

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent c0e7eca commit 2c2cbd6
Show file tree
Hide file tree
Showing 57 changed files with 220 additions and 242 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def list_catalogs(
associated with the project.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -329,7 +329,7 @@ async def update_catalog(
) -> gcr_catalog.Catalog:
r"""Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -484,7 +484,7 @@ async def set_default_branch(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -571,7 +571,7 @@ async def get_default_branch(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ def list_catalogs(
associated with the project.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -541,8 +540,7 @@ def update_catalog(
) -> gcr_catalog.Catalog:
r"""Updates the [Catalog][google.cloud.retail.v2.Catalog]s.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -697,8 +695,7 @@ def set_default_branch(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -785,8 +782,7 @@ def get_default_branch(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def complete_query(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -301,7 +301,7 @@ async def import_completion_data(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ def complete_query(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -502,8 +501,7 @@ def import_completion_data(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def predict(
) -> prediction_service.PredictResponse:
r"""Makes a recommendation prediction.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ def predict(
) -> prediction_service.PredictResponse:
r"""Makes a recommendation prediction.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ async def create_product(
) -> gcr_product.Product:
r"""Creates a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -359,7 +359,7 @@ async def get_product(
) -> product.Product:
r"""Gets a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -460,7 +460,7 @@ async def list_products(
) -> pagers.ListProductsAsyncPager:
r"""Gets a list of [Product][google.cloud.retail.v2.Product]s.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -570,7 +570,7 @@ async def update_product(
) -> gcr_product.Product:
r"""Updates a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -690,7 +690,7 @@ async def delete_product(
) -> None:
r"""Deletes a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -801,7 +801,7 @@ async def import_products(
updated.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -949,7 +949,7 @@ async def set_inventory(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1131,7 +1131,7 @@ async def add_fulfillment_places(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1262,7 +1262,7 @@ async def remove_fulfillment_places(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,7 @@ def create_product(
) -> gcr_product.Product:
r"""Creates a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -577,8 +576,7 @@ def get_product(
) -> product.Product:
r"""Gets a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -679,8 +677,7 @@ def list_products(
) -> pagers.ListProductsPager:
r"""Gets a list of [Product][google.cloud.retail.v2.Product]s.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -790,8 +787,7 @@ def update_product(
) -> gcr_product.Product:
r"""Updates a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -911,8 +907,7 @@ def delete_product(
) -> None:
r"""Deletes a [Product][google.cloud.retail.v2.Product].
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1023,8 +1018,7 @@ def import_products(
updated.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1163,8 +1157,7 @@ def set_inventory(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1346,8 +1339,7 @@ def add_fulfillment_places(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -1478,8 +1470,7 @@ def remove_fulfillment_places(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def search(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ def search(
sales if you are interested in using Retail Search.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def write_user_event(
) -> user_event.UserEvent:
r"""Writes a single user event.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -305,7 +305,7 @@ async def collect_user_event(
method directly.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -423,7 +423,7 @@ async def purge_user_events(
command first.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -524,7 +524,7 @@ async def import_user_events(
ImportMetadata.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down Expand Up @@ -634,7 +634,7 @@ async def rejoin_user_events(
catalog.
.. code-block::
.. code-block:: python
from google.cloud import retail_v2
Expand Down
Loading

0 comments on commit 2c2cbd6

Please sign in to comment.