Properties of a Queue.
Package
@google-cloud/tasks!Properties
appEngineRoutingOverride
appEngineRoutingOverride
?:
(
google
.
cloud
.
tasks
.
v2
.
IAppEngineRouting
|
null
);
Queue appEngineRoutingOverride
Type | Description |
---|---|
( google.cloud.tasks.v2.IAppEngineRouting |null) |
name
name
?:
(
string
|
null
);
Queue name
Type | Description |
---|---|
(string|null) |
purgeTime
purgeTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Queue purgeTime
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
rateLimits
rateLimits
?:
(
google
.
cloud
.
tasks
.
v2
.
IRateLimits
|
null
);
Queue rateLimits
Type | Description |
---|---|
( google.cloud.tasks.v2.IRateLimits |null) |
retryConfig
retryConfig
?:
(
google
.
cloud
.
tasks
.
v2
.
IRetryConfig
|
null
);
Queue retryConfig
Type | Description |
---|---|
( google.cloud.tasks.v2.IRetryConfig |null) |
stackdriverLoggingConfig
stackdriverLoggingConfig
?:
(
google
.
cloud
.
tasks
.
v2
.
IStackdriverLoggingConfig
|
null
);
Queue stackdriverLoggingConfig
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
Type | Description |
---|---|
( google.cloud.tasks.v2.Queue.State |keyof typeof google.cloud.tasks.v2.Queue.State |null) |