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

Properties of a Task.

Package

@google-cloud/tasks!

Properties

appEngineHttpRequest

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

Task appEngineHttpRequest

Property Value
Type Description
( google.cloud.tasks.v2.IAppEngineHttpRequest |null)

createTime

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

Task createTime

Property Value
Type Description
( google.protobuf.ITimestamp |null)

dispatchCount

  dispatchCount 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

Task dispatchCount

Property Value
Type Description
(number|null)

dispatchDeadline

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

Task dispatchDeadline

Property Value
Type Description
( google.protobuf.IDuration |null)

firstAttempt

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

Task firstAttempt

Property Value
Type Description
( google.cloud.tasks.v2.IAttempt |null)

httpRequest

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

Task httpRequest

Property Value
Type Description
( google.cloud.tasks.v2.IHttpRequest |null)

lastAttempt

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

Task lastAttempt

Property Value
Type Description
( google.cloud.tasks.v2.IAttempt |null)

name

  name 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Task name

Property Value
Type Description
(string|null)

responseCount

  responseCount 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

Task responseCount

Property Value
Type Description
(number|null)

scheduleTime

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

Task scheduleTime

Property Value
Type Description
( google.protobuf.ITimestamp |null)

view

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

Task view

Property Value
Type Description
( google.cloud.tasks.v2.Task.View |keyof typeof google.cloud.tasks.v2.Task.View |null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: