Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit951433b

Browse files
docs: Minor formatting (#353)
* docs: Minor formattingchore: Update gapic-generator-python to v1.11.5build: Update rules_python to 0.24.0PiperOrigin-RevId: 563436317Source-Link:googleapis/googleapis@42fd37bSource-Link:googleapis/googleapis-gen@280264cCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent556fc96 commit951433b

File tree

10 files changed

+16
-0
lines changed

10 files changed

+16
-0
lines changed

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/async_client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,7 @@ async def run_job(
10491049
metadata:Sequence[Tuple[str,str]]= (),
10501050
)->job.Job:
10511051
r"""Forces a job to run now.
1052+
10521053
When this method is called, Cloud Scheduler will
10531054
dispatch the job, even if the job is already running.
10541055

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@ def run_job(
12631263
metadata:Sequence[Tuple[str,str]]= (),
12641264
)->job.Job:
12651265
r"""Forces a job to run now.
1266+
12661267
When this method is called, Cloud Scheduler will
12671268
dispatch the job, even if the job is already running.
12681269

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/grpc.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], job.Job]:
442442
r"""Return a callable for the run job method over gRPC.
443443
444444
Forces a job to run now.
445+
445446
When this method is called, Cloud Scheduler will
446447
dispatch the job, even if the job is already running.
447448

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1/services/cloud_scheduler/transports/grpc_asyncio.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], Awaitable[job.Job]
455455
r"""Return a callable for the run job method over gRPC.
456456
457457
Forces a job to run now.
458+
458459
When this method is called, Cloud Scheduler will
459460
dispatch the job, even if the job is already running.
460461

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1/types/target.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,12 @@ class PubsubTarget(proto.Message):
302302
job.
303303
data (bytes):
304304
The message payload for PubsubMessage.
305+
305306
Pubsub message must contain either non-empty
306307
data, or at least one attribute.
307308
attributes (MutableMapping[str, str]):
308309
Attributes for PubsubMessage.
310+
309311
Pubsub message must contain either non-empty
310312
data, or at least one attribute.
311313
"""
@@ -341,11 +343,13 @@ class AppEngineRouting(proto.Message):
341343
Attributes:
342344
service (str):
343345
App service.
346+
344347
By default, the job is sent to the service which
345348
is the default service when the job is
346349
attempted.
347350
version (str):
348351
App version.
352+
349353
By default, the job is sent to the version which
350354
is the default version when the job is
351355
attempted.

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/async_client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@ async def run_job(
10701070
metadata:Sequence[Tuple[str,str]]= (),
10711071
)->job.Job:
10721072
r"""Forces a job to run now.
1073+
10731074
When this method is called, Cloud Scheduler will
10741075
dispatch the job, even if the job is already running.
10751076

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@ def run_job(
12641264
metadata:Sequence[Tuple[str,str]]= (),
12651265
)->job.Job:
12661266
r"""Forces a job to run now.
1267+
12671268
When this method is called, Cloud Scheduler will
12681269
dispatch the job, even if the job is already running.
12691270

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/transports/grpc.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], job.Job]:
442442
r"""Return a callable for the run job method over gRPC.
443443
444444
Forces a job to run now.
445+
445446
When this method is called, Cloud Scheduler will
446447
dispatch the job, even if the job is already running.
447448

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/services/cloud_scheduler/transports/grpc_asyncio.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ def run_job(self) -> Callable[[cloudscheduler.RunJobRequest], Awaitable[job.Job]
455455
r"""Return a callable for the run job method over gRPC.
456456
457457
Forces a job to run now.
458+
458459
When this method is called, Cloud Scheduler will
459460
dispatch the job, even if the job is already running.
460461

‎packages/google-cloud-scheduler/google/cloud/scheduler_v1beta1/types/target.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,12 @@ class PubsubTarget(proto.Message):
303303
job.
304304
data (bytes):
305305
The message payload for PubsubMessage.
306+
306307
Pubsub message must contain either non-empty
307308
data, or at least one attribute.
308309
attributes (MutableMapping[str, str]):
309310
Attributes for PubsubMessage.
311+
310312
Pubsub message must contain either non-empty
311313
data, or at least one attribute.
312314
"""
@@ -342,11 +344,13 @@ class AppEngineRouting(proto.Message):
342344
Attributes:
343345
service (str):
344346
App service.
347+
345348
By default, the job is sent to the service which
346349
is the default service when the job is
347350
attempted.
348351
version (str):
349352
App version.
353+
350354
By default, the job is sent to the version which
351355
is the default version when the job is
352356
attempted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp