WorkerPoolStatus class
The current state of the WorkerPool.
Output only.
Constructors
-
WorkerPoolStatus.new({List<
GoogleCloudRunV1Condition> ? conditions, List<InstanceSplit> ? instanceSplits, String? latestCreatedRevisionName, String? latestReadyRevisionName, int? observedGeneration}) - WorkerPoolStatus.fromJson(Map json_)
Properties
-
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
-
instanceSplits
↔ List<
InstanceSplit> ? -
Holds the configured workload distribution.
getter/setter pair
- latestCreatedRevisionName ↔ String?
-
Name of the last revision that was created from this WorkerPool's
template.
getter/setter pair
- latestReadyRevisionName ↔ String?
-
Name of the latest Revision from this WorkerPool's template that has had
its
Ready
condition becomeTrue
.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
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