GoogleCloudRunV2Service constructor
GoogleCloudRunV2Service({
- Map<
String, String> ? annotations, - GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
- String? client,
- String? clientVersion,
- List<
GoogleCloudRunV2Condition> ? conditions, - String? createTime,
- String? creator,
- List<
String> ? customAudiences, - bool? defaultUriDisabled,
- String? deleteTime,
- String? description,
- String? etag,
- String? expireTime,
- String? generation,
- String? ingress,
- Map<
String, String> ? labels, - String? lastModifier,
- String? latestCreatedRevision,
- String? latestReadyRevision,
- String? launchStage,
- String? name,
- String? observedGeneration,
- bool? reconciling,
- bool? satisfiesPzs,
- GoogleCloudRunV2ServiceScaling? scaling,
- GoogleCloudRunV2RevisionTemplate? template,
- GoogleCloudRunV2Condition? terminalCondition,
- List<
GoogleCloudRunV2TrafficTarget> ? traffic, - List<
GoogleCloudRunV2TrafficTargetStatus> ? trafficStatuses, - String? uid,
- String? updateTime,
- String? uri,
Implementation
GoogleCloudRunV2Service({
this.annotations,
this.binaryAuthorization,
this.client,
this.clientVersion,
this.conditions,
this.createTime,
this.creator,
this.customAudiences,
this.defaultUriDisabled,
this.deleteTime,
this.description,
this.etag,
this.expireTime,
this.generation,
this.ingress,
this.labels,
this.lastModifier,
this.latestCreatedRevision,
this.latestReadyRevision,
this.launchStage,
this.name,
this.observedGeneration,
this.reconciling,
this.satisfiesPzs,
this.scaling,
this.template,
this.terminalCondition,
this.traffic,
this.trafficStatuses,
this.uid,
this.updateTime,
this.uri,
});