Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#193)
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 committed Feb 25, 2022
1 parent 063c3fc commit d78b62f
Show file tree
Hide file tree
Showing 38 changed files with 160 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def list_jobs(
) -> pagers.ListJobsAsyncPager:
r"""Lists jobs.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -335,7 +335,7 @@ async def get_job(
) -> job.Job:
r"""Gets a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -437,7 +437,7 @@ async def create_job(
) -> gcs_job.Job:
r"""Creates a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -556,7 +556,7 @@ async def update_job(
received.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -660,7 +660,7 @@ async def delete_job(
) -> None:
r"""Deletes a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -763,7 +763,7 @@ async def pause_job(
to be paused.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -865,7 +865,7 @@ async def resume_job(
to be resumed.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -959,7 +959,7 @@ async def run_job(
dispatch the job, even if the job is already running.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ def list_jobs(
) -> pagers.ListJobsPager:
r"""Lists jobs.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -532,8 +531,7 @@ def get_job(
) -> job.Job:
r"""Gets a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -625,8 +623,7 @@ def create_job(
) -> gcs_job.Job:
r"""Creates a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -745,8 +742,7 @@ def update_job(
received.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -850,8 +846,7 @@ def delete_job(
) -> None:
r"""Deletes a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -944,8 +939,7 @@ def pause_job(
to be paused.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -1047,8 +1041,7 @@ def resume_job(
to be resumed.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down Expand Up @@ -1142,8 +1135,7 @@ def run_job(
dispatch the job, even if the job is already running.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def list_jobs(
) -> pagers.ListJobsAsyncPager:
r"""Lists jobs.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -335,7 +335,7 @@ async def get_job(
) -> job.Job:
r"""Gets a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -437,7 +437,7 @@ async def create_job(
) -> gcs_job.Job:
r"""Creates a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -557,7 +557,7 @@ async def update_job(
received.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -661,7 +661,7 @@ async def delete_job(
) -> None:
r"""Deletes a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -764,7 +764,7 @@ async def pause_job(
to be paused.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -876,7 +876,7 @@ async def resume_job(
to be resumed.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -980,7 +980,7 @@ async def run_job(
dispatch the job, even if the job is already running.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ def list_jobs(
) -> pagers.ListJobsPager:
r"""Lists jobs.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -532,8 +531,7 @@ def get_job(
) -> job.Job:
r"""Gets a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -625,8 +623,7 @@ def create_job(
) -> gcs_job.Job:
r"""Creates a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -746,8 +743,7 @@ def update_job(
received.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -851,8 +847,7 @@ def delete_job(
) -> None:
r"""Deletes a job.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -945,8 +940,7 @@ def pause_job(
to be paused.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -1048,8 +1042,7 @@ def resume_job(
to be resumed.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down Expand Up @@ -1143,8 +1136,7 @@ def run_job(
dispatch the job, even if the job is already running.
.. code-block::
.. code-block:: python
from google.cloud import scheduler_v1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_CreateJob_async]
# [START cloudscheduler_v1_generated_CloudScheduler_CreateJob_async]
from google.cloud import scheduler_v1


Expand All @@ -42,4 +42,4 @@ async def sample_create_job():
# Handle the response
print(response)

# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_CreateJob_async]
# [END cloudscheduler_v1_generated_CloudScheduler_CreateJob_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_CreateJob_sync]
# [START cloudscheduler_v1_generated_CloudScheduler_CreateJob_sync]
from google.cloud import scheduler_v1


Expand All @@ -42,4 +42,4 @@ def sample_create_job():
# Handle the response
print(response)

# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_CreateJob_sync]
# [END cloudscheduler_v1_generated_CloudScheduler_CreateJob_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_DeleteJob_async]
# [START cloudscheduler_v1_generated_CloudScheduler_DeleteJob_async]
from google.cloud import scheduler_v1


Expand All @@ -40,4 +40,4 @@ async def sample_delete_job():
await client.delete_job(request=request)


# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_DeleteJob_async]
# [END cloudscheduler_v1_generated_CloudScheduler_DeleteJob_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_DeleteJob_sync]
# [START cloudscheduler_v1_generated_CloudScheduler_DeleteJob_sync]
from google.cloud import scheduler_v1


Expand All @@ -40,4 +40,4 @@ def sample_delete_job():
client.delete_job(request=request)


# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_DeleteJob_sync]
# [END cloudscheduler_v1_generated_CloudScheduler_DeleteJob_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_GetJob_async]
# [START cloudscheduler_v1_generated_CloudScheduler_GetJob_async]
from google.cloud import scheduler_v1


Expand All @@ -42,4 +42,4 @@ async def sample_get_job():
# Handle the response
print(response)

# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_GetJob_async]
# [END cloudscheduler_v1_generated_CloudScheduler_GetJob_async]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# python3 -m pip install google-cloud-scheduler


# [START cloudscheduler_generated_scheduler_v1_CloudScheduler_GetJob_sync]
# [START cloudscheduler_v1_generated_CloudScheduler_GetJob_sync]
from google.cloud import scheduler_v1


Expand All @@ -42,4 +42,4 @@ def sample_get_job():
# Handle the response
print(response)

# [END cloudscheduler_generated_scheduler_v1_CloudScheduler_GetJob_sync]
# [END cloudscheduler_v1_generated_CloudScheduler_GetJob_sync]
Loading

0 comments on commit d78b62f

Please sign in to comment.