Interface google.cloud.scheduler.v1.IJob (2.1.1)

Properties of a Job.

Package

@google-cloud/scheduler!

Properties

appEngineHttpTarget

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

Job appEngineHttpTarget

Property Value
TypeDescription
(google.cloud.scheduler.v1.IAppEngineHttpTarget|null)

attemptDeadline

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

Job attemptDeadline

Property Value
TypeDescription
(google.protobuf.IDuration|null)

description

description?: (string|null);

Job description

Property Value
TypeDescription
(string|null)

httpTarget

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

Job httpTarget

Property Value
TypeDescription
(google.cloud.scheduler.v1.IHttpTarget|null)

lastAttemptTime

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

Job lastAttemptTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

name

name?: (string|null);

Job name

Property Value
TypeDescription
(string|null)

pubsubTarget

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

Job pubsubTarget

Property Value
TypeDescription
(google.cloud.scheduler.v1.IPubsubTarget|null)

retryConfig

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

Job retryConfig

Property Value
TypeDescription
(google.cloud.scheduler.v1.IRetryConfig|null)

schedule

schedule?: (string|null);

Job schedule

Property Value
TypeDescription
(string|null)

scheduleTime

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

Job scheduleTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

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

Job state

Property Value
TypeDescription
(google.cloud.scheduler.v1.Job.State|keyof typeof google.cloud.scheduler.v1.Job.State|null)

status

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

Job status

Property Value
TypeDescription
(google.rpc.IStatus|null)

timeZone

timeZone?: (string|null);

Job timeZone

Property Value
TypeDescription
(string|null)

userUpdateTime

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

Job userUpdateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)