Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#205)
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 12e1220 commit 0c56f45
Show file tree
Hide file tree
Showing 136 changed files with 550 additions and 605 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def create_company(
) -> gct_company.Company:
r"""Creates a new company entity.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -332,7 +332,7 @@ async def get_company(
) -> company.Company:
r"""Retrieves specified company.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -442,7 +442,7 @@ async def update_company(
) -> gct_company.Company:
r"""Updates specified company.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -564,7 +564,7 @@ async def delete_company(
it.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -657,7 +657,7 @@ async def list_companies(
) -> pagers.ListCompaniesAsyncPager:
r"""Lists all companies associated with the project.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ def create_company(
) -> gct_company.Company:
r"""Creates a new company entity.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -541,8 +540,7 @@ def get_company(
) -> company.Company:
r"""Retrieves specified company.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -642,8 +640,7 @@ def update_company(
) -> gct_company.Company:
r"""Updates specified company.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -765,8 +762,7 @@ def delete_company(
it.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -849,8 +845,7 @@ def list_companies(
) -> pagers.ListCompaniesPager:
r"""Lists all companies associated with the project.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def complete_query(
auto-complete search box.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ def complete_query(
auto-complete search box.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def create_client_event(
about self service tools.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ def create_client_event(
about self service tools.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async def create_job(
but it may take up to 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -335,7 +335,7 @@ async def batch_create_jobs(
) -> operation_async.AsyncOperation:
r"""Begins executing a batch create jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -463,7 +463,7 @@ async def get_job(
recently EXPIRED within the last 90 days.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -572,7 +572,7 @@ async def update_job(
minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -686,7 +686,7 @@ async def batch_update_jobs(
) -> operation_async.AsyncOperation:
r"""Begins executing a batch update jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -815,7 +815,7 @@ async def delete_job(
seconds, but it may take up to 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -908,7 +908,7 @@ async def batch_delete_jobs(
) -> operation_async.AsyncOperation:
r"""Begins executing a batch delete jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1035,7 +1035,7 @@ async def list_jobs(
) -> pagers.ListJobsAsyncPager:
r"""Lists jobs by filter.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1188,7 +1188,7 @@ async def search_jobs(
has permission to search against.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1267,7 +1267,7 @@ async def search_jobs_for_alert(
permission to search against.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ def create_job(
but it may take up to 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -562,8 +561,7 @@ def batch_create_jobs(
) -> operation.Operation:
r"""Begins executing a batch create jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -691,8 +689,7 @@ def get_job(
recently EXPIRED within the last 90 days.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -791,8 +788,7 @@ def update_job(
minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -906,8 +902,7 @@ def batch_update_jobs(
) -> operation.Operation:
r"""Begins executing a batch update jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1036,8 +1031,7 @@ def delete_job(
seconds, but it may take up to 5 minutes.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1120,8 +1114,7 @@ def batch_delete_jobs(
) -> operation.Operation:
r"""Begins executing a batch delete jobs operation.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1248,8 +1241,7 @@ def list_jobs(
) -> pagers.ListJobsPager:
r"""Lists jobs by filter.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1392,8 +1384,7 @@ def search_jobs(
has permission to search against.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -1473,8 +1464,7 @@ def search_jobs_for_alert(
permission to search against.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def create_tenant(
) -> gct_tenant.Tenant:
r"""Creates a new tenant entity.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -328,7 +328,7 @@ async def get_tenant(
) -> tenant.Tenant:
r"""Retrieves specified tenant.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -438,7 +438,7 @@ async def update_tenant(
) -> gct_tenant.Tenant:
r"""Updates specified tenant.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -557,7 +557,7 @@ async def delete_tenant(
) -> None:
r"""Deletes specified tenant.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down Expand Up @@ -649,7 +649,7 @@ async def list_tenants(
) -> pagers.ListTenantsAsyncPager:
r"""Lists all tenants associated with the project.
.. code-block::
.. code-block:: python
from google.cloud import talent_v4
Expand Down
Loading

0 comments on commit 0c56f45

Please sign in to comment.