Properties of a Task.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string | null |
<optional> |
Task name |
appEngineHttpRequest |
google.cloud.tasks.v2.IAppEngineHttpRequest | null |
<optional> |
Task appEngineHttpRequest |
httpRequest |
google.cloud.tasks.v2.IHttpRequest | null |
<optional> |
Task httpRequest |
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.v2.IAttempt | null |
<optional> |
Task firstAttempt |
lastAttempt |
google.cloud.tasks.v2.IAttempt | null |
<optional> |
Task lastAttempt |
view |
google.cloud.tasks.v2.Task.View | null |
<optional> |
Task view |