Represents a Revision.
Package
@google-cloud/runConstructors
(constructor)(properties)
constructor
(
properties
?:
google
.
cloud
.
run
.
v2
.
IRevision
);
Constructs a new Revision.
Properties
annotations
public
annotations
:
{
[
k
:
string
]
:
string
};
Revision annotations.
conditions
public
conditions
:
google
.
cloud
.
run
.
v2
.
ICondition
[];
Revision conditions.
containers
public
containers
:
google
.
cloud
.
run
.
v2
.
IContainer
[];
Revision containers.
createTime
public
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision createTime.
deleteTime
public
deleteTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision deleteTime.
encryptionKey
public
encryptionKey
:
string
;
Revision encryptionKey.
encryptionKeyRevocationAction
public
encryptionKeyRevocationAction
:
(
google
.
cloud
.
run
.
v2
.
EncryptionKeyRevocationAction
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
EncryptionKeyRevocationAction
);
Revision encryptionKeyRevocationAction.
encryptionKeyShutdownDuration
public
encryptionKeyShutdownDuration
?:
(
google
.
protobuf
.
IDuration
|
null
);
Revision encryptionKeyShutdownDuration.
etag
public
etag
:
string
;
Revision etag.
executionEnvironment
public
executionEnvironment
:
(
google
.
cloud
.
run
.
v2
.
ExecutionEnvironment
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
ExecutionEnvironment
);
Revision executionEnvironment.
expireTime
public
expireTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision expireTime.
generation
public
generation
:
(
number
|
Long
|
string
);
Revision generation.
labels
public
labels
:
{
[
k
:
string
]
:
string
};
Revision labels.
launchStage
public
launchStage
:
(
google
.
api
.
LaunchStage
|
keyof
typeof
google
.
api
.
LaunchStage
);
Revision launchStage.
logUri
public
logUri
:
string
;
Revision logUri.
maxInstanceRequestConcurrency
public
maxInstanceRequestConcurrency
:
number
;
Revision maxInstanceRequestConcurrency.
name
public
name
:
string
;
Revision name.
nodeSelector
public
nodeSelector
?:
(
google
.
cloud
.
run
.
v2
.
INodeSelector
|
null
);
Revision nodeSelector.
observedGeneration
public
observedGeneration
:
(
number
|
Long
|
string
);
Revision observedGeneration.
reconciling
public
reconciling
:
boolean
;
Revision reconciling.
satisfiesPzs
public
satisfiesPzs
:
boolean
;
Revision satisfiesPzs.
scaling
public
scaling
?:
(
google
.
cloud
.
run
.
v2
.
IRevisionScaling
|
null
);
Revision scaling.
scalingStatus
public
scalingStatus
?:
(
google
.
cloud
.
run
.
v2
.
IRevisionScalingStatus
|
null
);
Revision scalingStatus.
service
public
service
:
string
;
Revision service.
serviceAccount
public
serviceAccount
:
string
;
Revision serviceAccount.
serviceMesh
public
serviceMesh
?:
(
google
.
cloud
.
run
.
v2
.
IServiceMesh
|
null
);
Revision serviceMesh.
sessionAffinity
public
sessionAffinity
:
boolean
;
Revision sessionAffinity.
timeout
public
timeout
?:
(
google
.
protobuf
.
IDuration
|
null
);
Revision timeout.
uid
public
uid
:
string
;
Revision uid.
updateTime
public
updateTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Revision updateTime.
volumes
public
volumes
:
google
.
cloud
.
run
.
v2
.
IVolume
[];
Revision volumes.
vpcAccess
public
vpcAccess
?:
(
google
.
cloud
.
run
.
v2
.
IVpcAccess
|
null
);
Revision vpcAccess.
Methods
create(properties)
public
static
create
(
properties
?:
google
.
cloud
.
run
.
v2
.
IRevision
)
:
google
.
cloud
.
run
.
v2
.
Revision
;
Creates a new Revision instance using the specified properties.
decode(reader, length)
public
static
decode
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
),
length
?:
number
)
:
google
.
cloud
.
run
.
v2
.
Revision
;
Decodes a Revision message from the specified reader or buffer.
reader
( Reader
| Uint8Array
)
Reader or buffer to decode from
length
number
Message length if known beforehand
decodeDelimited(reader)
public
static
decodeDelimited
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
))
:
google
.
cloud
.
run
.
v2
.
Revision
;
Decodes a Revision message from the specified reader or buffer, length delimited.
reader
( Reader
| Uint8Array
)
Reader or buffer to decode from
encode(message, writer)
public
static
encode
(
message
:
google
.
cloud
.
run
.
v2
.
IRevision
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified Revision message. Does not implicitly messages.
message
writer
$protobuf.Writer
Writer to encode to
$protobuf.Writer
Writer
encodeDelimited(message, writer)
public
static
encodeDelimited
(
message
:
google
.
cloud
.
run
.
v2
.
IRevision
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified Revision message, length delimited. Does not implicitly messages.
message
writer
$protobuf.Writer
Writer to encode to
$protobuf.Writer
Writer
fromObject(object)
public
static
fromObject
(
object
:
{
[
k
:
string
]
:
any
})
:
google
.
cloud
.
run
.
v2
.
Revision
;
Creates a Revision message from a plain object. Also converts values to their respective internal types.
object
{ [k: string]: any }
Plain object
getTypeUrl(typeUrlPrefix)
public
static
getTypeUrl
(
typeUrlPrefix
?:
string
)
:
string
;
Gets the default type url for Revision
typeUrlPrefix
string
your custom typeUrlPrefix(default "type.googleapis.com")
string
The default type url
toJSON()
public
toJSON
()
:
{
[
k
:
string
]
:
any
};
Converts this Revision to JSON.
{ [k: string]: any }
JSON object
toObject(message, options)
public
static
toObject
(
message
:
google
.
cloud
.
run
.
v2
.
Revision
,
options
?:
$protobuf
.
IConversionOptions
)
:
{
[
k
:
string
]
:
any
};
Creates a plain object from a Revision message. Also converts values to other types if specified.
message
options
$protobuf.IConversionOptions
Conversion options
{ [k: string]: any }
Plain object
verify(message)
public
static
verify
(
message
:
{
[
k
:
string
]
:
any
})
:
(
string
|
null
);
Verifies a Revision message.
message
{ [k: string]: any }
Plain object to verify
(string|null)
null
if valid, otherwise the reason why it is not