Interface protos.google.cloud.tasks.v2.ITask (3.1.2)

Properties of a Task.

Package

@google-cloud/tasks

Properties

appEngineHttpRequest

appEngineHttpRequest?: (google.cloud.tasks.v2.IAppEngineHttpRequest|null);

Task appEngineHttpRequest

createTime

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

Task createTime

dispatchCount

dispatchCount?: (number|null);

Task dispatchCount

dispatchDeadline

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

Task dispatchDeadline

firstAttempt

firstAttempt?: (google.cloud.tasks.v2.IAttempt|null);

Task firstAttempt

httpRequest

httpRequest?: (google.cloud.tasks.v2.IHttpRequest|null);

Task httpRequest

lastAttempt

lastAttempt?: (google.cloud.tasks.v2.IAttempt|null);

Task lastAttempt

name

name?: (string|null);

Task name

responseCount

responseCount?: (number|null);

Task responseCount

scheduleTime

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

Task scheduleTime

view

view?: (google.cloud.tasks.v2.Task.View|keyof typeof google.cloud.tasks.v2.Task.View|null);

Task view