Interface protos.google.cloud.scheduler.v1beta1.IJob (3.3.1)

Properties of a Job.

Package

@google-cloud/scheduler

Properties

appEngineHttpTarget

appEngineHttpTarget?: (google.cloud.scheduler.v1beta1.IAppEngineHttpTarget|null);

Job appEngineHttpTarget

attemptDeadline

attemptDeadline?: (google.protobuf.IDuration|null);

Job attemptDeadline

description

description?: (string|null);

Job description

httpTarget

httpTarget?: (google.cloud.scheduler.v1beta1.IHttpTarget|null);

Job httpTarget

lastAttemptTime

lastAttemptTime?: (google.protobuf.ITimestamp|null);

Job lastAttemptTime

legacyAppEngineCron

legacyAppEngineCron?: (boolean|null);

Job legacyAppEngineCron

name

name?: (string|null);

Job name

pubsubTarget

pubsubTarget?: (google.cloud.scheduler.v1beta1.IPubsubTarget|null);

Job pubsubTarget

retryConfig

retryConfig?: (google.cloud.scheduler.v1beta1.IRetryConfig|null);

Job retryConfig

schedule

schedule?: (string|null);

Job schedule

scheduleTime

scheduleTime?: (google.protobuf.ITimestamp|null);

Job scheduleTime

state

state?: (google.cloud.scheduler.v1beta1.Job.State|keyof typeof google.cloud.scheduler.v1beta1.Job.State|null);

Job state

status

status?: (google.rpc.IStatus|null);

Job status

timeZone

timeZone?: (string|null);

Job timeZone

userUpdateTime

userUpdateTime?: (google.protobuf.ITimestamp|null);

Job userUpdateTime