Properties of a Job.
Package
@google-cloud/scheduler!Properties
appEngineHttpTarget
appEngineHttpTarget?: (google.cloud.scheduler.v1.IAppEngineHttpTarget|null);
Job appEngineHttpTarget
Type | Description |
(google.cloud.scheduler.v1.IAppEngineHttpTarget|null) |
attemptDeadline
attemptDeadline?: (google.protobuf.IDuration|null);
Job attemptDeadline
Type | Description |
(google.protobuf.IDuration|null) |
description
description?: (string|null);
Job description
Type | Description |
(string|null) |
httpTarget
httpTarget?: (google.cloud.scheduler.v1.IHttpTarget|null);
Job httpTarget
Type | Description |
(google.cloud.scheduler.v1.IHttpTarget|null) |
lastAttemptTime
lastAttemptTime?: (google.protobuf.ITimestamp|null);
Job lastAttemptTime
Type | Description |
(google.protobuf.ITimestamp|null) |
name
name?: (string|null);
Job name
Type | Description |
(string|null) |
pubsubTarget
pubsubTarget?: (google.cloud.scheduler.v1.IPubsubTarget|null);
Job pubsubTarget
Type | Description |
(google.cloud.scheduler.v1.IPubsubTarget|null) |
retryConfig
retryConfig?: (google.cloud.scheduler.v1.IRetryConfig|null);
Job retryConfig
Type | Description |
(google.cloud.scheduler.v1.IRetryConfig|null) |
schedule
schedule?: (string|null);
Job schedule
Type | Description |
(string|null) |
scheduleTime
scheduleTime?: (google.protobuf.ITimestamp|null);
Job scheduleTime
Type | Description |
(google.protobuf.ITimestamp|null) |
state
state?: (google.cloud.scheduler.v1.Job.State|keyof typeof google.cloud.scheduler.v1.Job.State|null);
Job state
Type | Description |
(google.cloud.scheduler.v1.Job.State|keyof typeof google.cloud.scheduler.v1.Job.State|null) |
status
status?: (google.rpc.IStatus|null);
Job status
Type | Description |
(google.rpc.IStatus|null) |
timeZone
timeZone?: (string|null);
Job timeZone
Type | Description |
(string|null) |
userUpdateTime
userUpdateTime?: (google.protobuf.ITimestamp|null);
Job userUpdateTime
Type | Description |
(google.protobuf.ITimestamp|null) |