ServiceStatus class

The current state of the Service.

Output only.

Constructors

ServiceStatus({Addressable? address, List<GoogleCloudRunV1Condition>? conditions, String? latestCreatedRevisionName, String? latestReadyRevisionName, int? observedGeneration, List<TrafficTarget>? traffic, String? url})
ServiceStatus.fromJson(Map json_)

Properties

address Addressable?
Similar to url, information on where the service is available on HTTP.
getter/setter pair
conditions List<GoogleCloudRunV1Condition>?
Conditions communicate information about ongoing/complete reconciliation processes that bring the spec inline with the observed state of the world.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestCreatedRevisionName String?
Name of the last revision that was created from this Service's Configuration.
getter/setter pair
latestReadyRevisionName String?
Name of the latest Revision from this Service's Configuration that has had its Ready condition become True.
getter/setter pair
observedGeneration int?
Returns the generation last seen by the system.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traffic List<TrafficTarget>?
Holds the configured traffic distribution.
getter/setter pair
url String?
URL that will distribute traffic over the provided traffic targets.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited