Represents a Revision.
Package
@google-cloud/runConstructors
(constructor)(properties)
constructor
(
properties
?:
google
.
cloud
.
run
.
v2
.
IRevision
);
Constructs a new Revision.
Name | Description |
properties | IRevision
Properties to set |
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.
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.
observedGeneration
public
observedGeneration
:
(
number
|
Long
|
string
);
Revision observedGeneration.
reconciling
public
reconciling
:
boolean
;
Revision reconciling.
scaling
public
scaling
?:
(
google
.
cloud
.
run
.
v2
.
IRevisionScaling
|
null
);
Revision scaling.
service
public
service
:
string
;
Revision service.
serviceAccount
public
serviceAccount
:
string
;
Revision serviceAccount.
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.
Name | Description |
properties | IRevision
Properties to set |
Type | Description |
---|---|
google.cloud.run.v2.Revision | Revision instance |
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.
Name | Description |
reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
length | number
Message length if known beforehand |
Type | Description |
---|---|
google.cloud.run.v2.Revision | Revision |
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.
Name | Description |
reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
Type | Description |
---|---|
google.cloud.run.v2.Revision | Revision |
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.
Name | Description |
message | IRevision
Revision message or plain object to encode |
writer | $protobuf. Writer
Writer to encode to |
Type | Description |
---|---|
$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.
Name | Description |
message | IRevision
Revision message or plain object to encode |
writer | $protobuf. Writer
Writer to encode to |
Type | Description |
---|---|
$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.
Name | Description |
object | { [k: string]: any }
Plain object |
Type | Description |
---|---|
google.cloud.run.v2.Revision | Revision |
getTypeUrl(typeUrlPrefix)
public
static
getTypeUrl
(
typeUrlPrefix
?:
string
)
:
string
;
Gets the default type url for Revision
Name | Description |
typeUrlPrefix | string
your custom typeUrlPrefix(default "type.googleapis.com") |
Type | Description |
---|---|
string | The default type url |
toJSON()
public
toJSON
()
:
{
[
k
:
string
]
:
any
};
Converts this Revision to JSON.
Type | Description |
---|---|
{ [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.
Name | Description |
message | google.cloud.run.v2.Revision
Revision |
options | $protobuf. IConversionOptions
Conversion options |
Type | Description |
---|---|
{ [k: string]: any } | Plain object |
verify(message)
public
static
verify
(
message
:
{
[
k
:
string
]
:
any
})
:
(
string
|
null
);
Verifies a Revision message.
Name | Description |
message | { [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) | |