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

Properties of a Queue.

Package

@google-cloud/tasks!

Properties

appEngineRoutingOverride

  appEngineRoutingOverride 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 IAppEngineRouting 
 | 
 null 
 ); 
 

Queue appEngineRoutingOverride

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

name

  name 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Queue name

Property Value
Type Description
(string|null)

purgeTime

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

Queue purgeTime

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

rateLimits

  rateLimits 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 IRateLimits 
 | 
 null 
 ); 
 

Queue rateLimits

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

retryConfig

  retryConfig 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 IRetryConfig 
 | 
 null 
 ); 
 

Queue retryConfig

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

stackdriverLoggingConfig

  stackdriverLoggingConfig 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 IStackdriverLoggingConfig 
 | 
 null 
 ); 
 

Queue stackdriverLoggingConfig

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

state

  state 
 ?: 
  
 ( 
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 Queue 
 . 
 State 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 cloud 
 . 
 tasks 
 . 
 v2 
 . 
 Queue 
 . 
 State 
 | 
 null 
 ); 
 

Queue state

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