Properties of a Revision.
Package
@google-cloud/runProperties
annotations
annotations
?:
({
[
k
:
string
]
:
string
}
|
null
);
Revision annotations
conditions
conditions
?:
(
google
.
cloud
.
run
.
v2
.
ICondition
[]
|
null
);
Revision conditions
containers
containers
?:
(
google
.
cloud
.
run
.
v2
.
IContainer
[]
|
null
);
Revision containers
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision createTime
deleteTime
deleteTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision deleteTime
encryptionKey
encryptionKey
?:
(
string
|
null
);
Revision encryptionKey
encryptionKeyRevocationAction
encryptionKeyRevocationAction
?:
(
google
.
cloud
.
run
.
v2
.
EncryptionKeyRevocationAction
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
EncryptionKeyRevocationAction
|
null
);
Revision encryptionKeyRevocationAction
encryptionKeyShutdownDuration
encryptionKeyShutdownDuration
?:
(
google
.
protobuf
.
IDuration
|
null
);
Revision encryptionKeyShutdownDuration
etag
etag
?:
(
string
|
null
);
Revision etag
executionEnvironment
executionEnvironment
?:
(
google
.
cloud
.
run
.
v2
.
ExecutionEnvironment
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
ExecutionEnvironment
|
null
);
Revision executionEnvironment
expireTime
expireTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision expireTime
generation
generation
?:
(
number
|
Long
|
string
|
null
);
Revision generation
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
Revision labels
launchStage
launchStage
?:
(
google
.
api
.
LaunchStage
|
keyof
typeof
google
.
api
.
LaunchStage
|
null
);
Revision launchStage
logUri
logUri
?:
(
string
|
null
);
Revision logUri
maxInstanceRequestConcurrency
maxInstanceRequestConcurrency
?:
(
number
|
null
);
Revision maxInstanceRequestConcurrency
name
name
?:
(
string
|
null
);
Revision name
observedGeneration
observedGeneration
?:
(
number
|
Long
|
string
|
null
);
Revision observedGeneration
reconciling
reconciling
?:
(
boolean
|
null
);
Revision reconciling
scaling
scaling
?:
(
google
.
cloud
.
run
.
v2
.
IRevisionScaling
|
null
);
Revision scaling
service
service
?:
(
string
|
null
);
Revision service
serviceAccount
serviceAccount
?:
(
string
|
null
);
Revision serviceAccount
timeout
timeout
?:
(
google
.
protobuf
.
IDuration
|
null
);
Revision timeout
uid
uid
?:
(
string
|
null
);
Revision uid
updateTime
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision updateTime
volumes
volumes
?:
(
google
.
cloud
.
run
.
v2
.
IVolume
[]
|
null
);
Revision volumes
vpcAccess
vpcAccess
?:
(
google
.
cloud
.
run
.
v2
.
IVpcAccess
|
null
);
Revision vpcAccess