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 )
attemptDeadline | The deadline for job attempts |
---|---|
pubsubTarget | Pub/Sub target |
httpTarget | A HTTP target object HttpTarget |
timeZone | Specifies the time zone to be used in interpreting schedule. If set to |
description | Optionally caller-specified in CreateJob or |
appEngineHttpTarget | App Engine HTTP target |
status | Output only |
retryConfig | Settings that determine the retry behavior |
state | Output only |
name | Optionally caller-specified in CreateJob, after |
lastAttemptTime | Output only |
scheduleTime | Output only |
schedule | A cron schedule e.g. |
userUpdateTime | 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_run_schedule_http()
,
cr_schedule_delete()
,
cr_schedule_get()
,
cr_schedule_list()
,
cr_schedule_pause()
,
cr_schedule_run()
,
cr_schedule()