Class protos.google.cloud.run.v2.Revision (1.5.0)

Represents a Revision.

Package

@google-cloud/run

Constructors

(constructor)(properties)

  constructor 
 ( 
 properties 
 ?: 
  
 google 
 . 
 cloud 
 . 
 run 
 . 
 v2 
 . 
 IRevision 
 ); 
 

Constructs a new Revision.

Parameter
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.

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.

Parameter
Name
Description
properties
IRevision

Properties to set

Returns
Type
Description

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.

Parameters
Name
Description
reader
( Reader | Uint8Array )

Reader or buffer to decode from

length
number

Message length if known beforehand

Returns
Type
Description

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.

Parameter
Name
Description
reader
( Reader | Uint8Array )

Reader or buffer to decode from

Returns
Type
Description

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.

Parameters
Name
Description
message
IRevision

Revision message or plain object to encode

writer
$protobuf.Writer

Writer to encode to

Returns
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.

Parameters
Name
Description
message
IRevision

Revision message or plain object to encode

writer
$protobuf.Writer

Writer to encode to

Returns
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.

Parameter
Name
Description
object
{ [k: string]: any }

Plain object

Returns
Type
Description

Revision

getTypeUrl(typeUrlPrefix)

  public 
  
 static 
  
 getTypeUrl 
 ( 
 typeUrlPrefix 
 ?: 
  
 string 
 ) 
 : 
  
 string 
 ; 
 

Gets the default type url for Revision

Parameter
Name
Description
typeUrlPrefix
string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
Type
Description
string

The default type url

toJSON()

  public 
  
 toJSON 
 () 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }; 
 

Converts this Revision to JSON.

Returns
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.

Parameters
Name
Description
message
Revision

Revision

options
$protobuf.IConversionOptions

Conversion options

Returns
Type
Description
{ [k: string]: any }

Plain object

verify(message)

  public 
  
 static 
  
 verify 
 ( 
 message 
 : 
  
 { 
  
 [ 
 k 
 : 
  
 string 
 ] 
 : 
  
 any 
  
 }) 
 : 
  
 ( 
 string 
 | 
 null 
 ); 
 

Verifies a Revision message.

Parameter
Name
Description
message
{ [k: string]: any }

Plain object to verify

Returns
Type
Description
(string|null)

null if valid, otherwise the reason why it is not

Design a Mobile Site
View Site in Mobile | Classic
Share by: