Interface protos.google.cloud.tasks.v2beta3.ITask (2.3.6)

Properties of a Task.

Package

@google-cloud/tasks!

Properties

appEngineHttpRequest

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

Task appEngineHttpRequest

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.IAppEngineHttpRequest|null)

createTime

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

Task createTime

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

dispatchCount

dispatchCount?: (number|null);

Task dispatchCount

Property Value
TypeDescription
(number|null)

dispatchDeadline

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

Task dispatchDeadline

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

firstAttempt

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

Task firstAttempt

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.IAttempt|null)

httpRequest

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

Task httpRequest

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.IHttpRequest|null)

lastAttempt

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

Task lastAttempt

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.IAttempt|null)

name

name?: (string|null);

Task name

Property Value
TypeDescription
(string|null)

pullMessage

pullMessage?: (google.cloud.tasks.v2beta3.IPullMessage|null);

Task pullMessage

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.IPullMessage|null)

responseCount

responseCount?: (number|null);

Task responseCount

Property Value
TypeDescription
(number|null)

scheduleTime

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

Task scheduleTime

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

view

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

Task view

Property Value
TypeDescription
(google.cloud.tasks.v2beta3.Task.View|keyof typeof google.cloud.tasks.v2beta3.Task.View|null)