GoogleCloudApigeeV1CanaryEvaluation class

CanaryEvaluation represents the canary analysis between two versions of the runtime that is serving requests.

Constructors

GoogleCloudApigeeV1CanaryEvaluation({String? control, String? createTime, String? endTime, GoogleCloudApigeeV1CanaryEvaluationMetricLabels? metricLabels, String? name, String? startTime, String? state, String? treatment, String? verdict})
GoogleCloudApigeeV1CanaryEvaluation.fromJson(Map json_)

Properties

control String?
The stable version that is serving requests.
getter/setter pair
createTime String?
Create time of the canary evaluation.
getter/setter pair
endTime String?
End time for the evaluation's analysis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricLabels GoogleCloudApigeeV1CanaryEvaluationMetricLabels?
Labels used to filter the metrics used for a canary evaluation.
getter/setter pair
name String?
Name of the canary evalution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Start time for the canary evaluation's analysis.
getter/setter pair
state String?
The current state of the canary evaluation.
getter/setter pair
treatment String?
The newer version that is serving requests.
getter/setter pair
verdict String?
The resulting verdict of the canary evaluations: NONE, PASS, or FAIL.
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