Job Schedule Object
Job(
attemptDeadline = NULL,
pubsubTarget = NULL,
httpTarget = NULL,
timeZone = NULL,
description = NULL,
appEngineHttpTarget = NULL,
status = NULL,
retryConfig = NULL,
state = NULL,
name = NULL,
lastAttemptTime = NULL,
scheduleTime = NULL,
schedule = NULL,
userUpdateTime = NULL
)
The deadline for job attempts
Pub/Sub target
A HTTP target object HttpTarget
Specifies the time zone to be used in interpreting schedule. If set to NULL
will be "UTC". Note that some time zones include a provision for daylight savings time.
Optionally caller-specified in CreateJob or
App Engine HTTP target
Output only
Settings that determine the retry behavior
Output only
Optionally caller-specified in CreateJob, after
Output only
Output only
A cron schedule e.g. "15 5 * * *"
Output only
Job object
Configuration for a job.The maximum allowed size for a job is 100KB.
Other Cloud Scheduler functions:
HttpTarget()
,
cr_build_schedule_http()
,
cr_schedule_delete()
,
cr_schedule_get()
,
cr_schedule_list()
,
cr_schedule_pause()
,
cr_schedule_run()
,
cr_schedule()