Skip to content

Commit

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

* restore async_client.py

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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
4 people committed Feb 25, 2022
1 parent 367018e commit 66bec13
Show file tree
Hide file tree
Showing 102 changed files with 460 additions and 506 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async def create_dataset(
) -> operation_async.AsyncOperation:
r"""Creates a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -361,7 +361,7 @@ async def get_dataset(
) -> dataset.Dataset:
r"""Gets a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -463,7 +463,7 @@ async def list_datasets(
) -> pagers.ListDatasetsAsyncPager:
r"""Lists datasets in a project.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -574,7 +574,7 @@ async def update_dataset(
) -> gca_dataset.Dataset:
r"""Updates a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -686,7 +686,7 @@ async def delete_dataset(
[metadata][google.longrunning.Operation.metadata] field.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -822,7 +822,7 @@ async def import_data(
field when it completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -957,7 +957,7 @@ async def export_data(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1085,7 +1085,7 @@ async def get_annotation_spec(
) -> annotation_spec.AnnotationSpec:
r"""Gets an annotation spec.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1189,7 +1189,7 @@ async def create_model(
each annotation spec.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1302,7 +1302,7 @@ async def get_model(
) -> model.Model:
r"""Gets a model.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1400,7 +1400,7 @@ async def list_models(
) -> pagers.ListModelsAsyncPager:
r"""Lists models.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1514,7 +1514,7 @@ async def delete_model(
[metadata][google.longrunning.Operation.metadata] field.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1640,7 +1640,7 @@ async def update_model(
) -> gca_model.Model:
r"""Updates a model.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1754,7 +1754,7 @@ async def deploy_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1878,7 +1878,7 @@ async def undeploy_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2002,7 +2002,7 @@ async def export_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2132,7 +2132,7 @@ async def get_model_evaluation(
) -> model_evaluation.ModelEvaluation:
r"""Gets a model evaluation.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2231,7 +2231,7 @@ async def list_model_evaluations(
) -> pagers.ListModelEvaluationsAsyncPager:
r"""Lists model evaluations.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ def create_dataset(
) -> operation.Operation:
r"""Creates a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -619,8 +618,7 @@ def get_dataset(
) -> dataset.Dataset:
r"""Gets a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -712,8 +710,7 @@ def list_datasets(
) -> pagers.ListDatasetsPager:
r"""Lists datasets in a project.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -814,8 +811,7 @@ def update_dataset(
) -> gca_dataset.Dataset:
r"""Updates a dataset.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -927,8 +923,7 @@ def delete_dataset(
[metadata][google.longrunning.Operation.metadata] field.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1054,8 +1049,7 @@ def import_data(
field when it completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1190,8 +1184,7 @@ def export_data(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1319,8 +1312,7 @@ def get_annotation_spec(
) -> annotation_spec.AnnotationSpec:
r"""Gets an annotation spec.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1414,8 +1406,7 @@ def create_model(
each annotation spec.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1528,8 +1519,7 @@ def get_model(
) -> model.Model:
r"""Gets a model.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1617,8 +1607,7 @@ def list_models(
) -> pagers.ListModelsPager:
r"""Lists models.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1722,8 +1711,7 @@ def delete_model(
[metadata][google.longrunning.Operation.metadata] field.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1839,8 +1827,7 @@ def update_model(
) -> gca_model.Model:
r"""Updates a model.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -1954,8 +1941,7 @@ def deploy_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2079,8 +2065,7 @@ def undeploy_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2204,8 +2189,7 @@ def export_model(
completes.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2335,8 +2319,7 @@ def get_model_evaluation(
) -> model_evaluation.ModelEvaluation:
r"""Gets a model evaluation.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -2425,8 +2408,7 @@ def list_model_evaluations(
) -> pagers.ListModelEvaluationsPager:
r"""Lists model evaluations.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ async def predict(
up to 5MB. Not available for FORECASTING ``prediction_type``.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -426,7 +426,7 @@ async def batch_predict(
- AutoML Tables
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@ def predict(
up to 5MB. Not available for FORECASTING ``prediction_type``.
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down Expand Up @@ -625,8 +624,7 @@ def batch_predict(
- AutoML Tables
.. code-block::
.. code-block:: python
from google.cloud import automl_v1
Expand Down
Loading

0 comments on commit 66bec13

Please sign in to comment.