ServiceStatus class
The current state of the Service. Output only.
Constructors
- ServiceStatus()
- ServiceStatus.fromJson(Map _json)
Properties
- address ↔ Addressable
-
From RouteStatus. Similar to url, information on where the service is
available on HTTP.
read / write
-
conditions
↔ List<
GoogleCloudRunV1Condition> -
Conditions communicates information about ongoing/complete reconciliation
processes that bring the "spec" inline with the observed state of the
world. Service-specific conditions include: * "ConfigurationsReady": true
when the underlying Configuration is ready. * "RoutesReady": true when the
underlying Route is ready. * "Ready": true when both the underlying Route
and Configuration are ready.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- latestCreatedRevisionName ↔ String
-
From ConfigurationStatus. LatestCreatedRevisionName is the last revision
that was created from this Service's Configuration. It might not be ready
yet, for that use LatestReadyRevisionName.
read / write
- latestReadyRevisionName ↔ String
-
From ConfigurationStatus. LatestReadyRevisionName holds the name of the
latest Revision stamped out from this Service's Configuration that has had
its "Ready" condition become "True".
read / write
- observedGeneration ↔ int
-
ObservedGeneration is the 'Generation' of the Route that was last
processed by the controller. Clients polling for completed reconciliation
should poll until observedGeneration = metadata.generation and the Ready
condition's status is True or False.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
traffic
↔ List<
TrafficTarget> -
From RouteStatus. Traffic holds the configured traffic distribution. These
entries will always contain RevisionName references. When
ConfigurationName appears in the spec, this will hold the
LatestReadyRevisionName that we last observed.
read / write
- url ↔ String
-
From RouteStatus. URL holds the url that will distribute traffic over the
provided traffic targets. It generally has the form
https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited