GoogleCloudRunV2Revision constructor
GoogleCloudRunV2Revision({
- Map<
String, String> ? annotations, - List<
GoogleCloudRunV2Condition> ? conditions, - List<
GoogleCloudRunV2Container> ? containers, - String? createTime,
- String? deleteTime,
- String? encryptionKey,
- String? encryptionKeyRevocationAction,
- String? encryptionKeyShutdownDuration,
- String? etag,
- String? executionEnvironment,
- String? expireTime,
- String? generation,
- Map<
String, String> ? labels, - String? launchStage,
- String? logUri,
- int? maxInstanceRequestConcurrency,
- String? name,
- GoogleCloudRunV2NodeSelector? nodeSelector,
- String? observedGeneration,
- bool? reconciling,
- bool? satisfiesPzs,
- GoogleCloudRunV2RevisionScaling? scaling,
- GoogleCloudRunV2RevisionScalingStatus? scalingStatus,
- String? service,
- String? serviceAccount,
- bool? sessionAffinity,
- String? timeout,
- String? uid,
- String? updateTime,
- List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
Implementation
GoogleCloudRunV2Revision({
this.annotations,
this.conditions,
this.containers,
this.createTime,
this.deleteTime,
this.encryptionKey,
this.encryptionKeyRevocationAction,
this.encryptionKeyShutdownDuration,
this.etag,
this.executionEnvironment,
this.expireTime,
this.generation,
this.labels,
this.launchStage,
this.logUri,
this.maxInstanceRequestConcurrency,
this.name,
this.nodeSelector,
this.observedGeneration,
this.reconciling,
this.satisfiesPzs,
this.scaling,
this.scalingStatus,
this.service,
this.serviceAccount,
this.sessionAffinity,
this.timeout,
this.uid,
this.updateTime,
this.volumes,
this.vpcAccess,
});