ITask

google.cloud.tasks.v2beta3. ITask

Properties of a Task.

Properties:
Name Type Attributes Description
name string | null <optional>

Task name

appEngineHttpRequest google.cloud.tasks.v2beta3.IAppEngineHttpRequest | null <optional>

Task appEngineHttpRequest

httpRequest google.cloud.tasks.v2beta3.IHttpRequest | null <optional>

Task httpRequest

pullMessage google.cloud.tasks.v2beta3.IPullMessage | null <optional>

Task pullMessage

scheduleTime google.protobuf.ITimestamp | null <optional>

Task scheduleTime

createTime google.protobuf.ITimestamp | null <optional>

Task createTime

dispatchDeadline google.protobuf.IDuration | null <optional>

Task dispatchDeadline

dispatchCount number | null <optional>

Task dispatchCount

responseCount number | null <optional>

Task responseCount

firstAttempt google.cloud.tasks.v2beta3.IAttempt | null <optional>

Task firstAttempt

lastAttempt google.cloud.tasks.v2beta3.IAttempt | null <optional>

Task lastAttempt

view google.cloud.tasks.v2beta3.Task.View | null <optional>

Task view