GoogleCloudApigeeV1DeploymentChangeReport class
Response for GenerateDeployChangeReport and GenerateUndeployChangeReport.
This report contains any validation failures that would cause the deployment to be rejected, as well changes and conflicts in routing that may occur due to the new deployment. The existence of a routing warning does not necessarily imply that the deployment request is bad, if the desired state of the deployment request is to effect a routing change. The primary purposes of the routing messages are: 1) To inform users of routing changes that may have an effect on traffic currently being routed to other existing deployments. 2) To warn users if some base path in the proxy will not receive traffic due to an existing deployment having already claimed that base path. The presence of routing conflicts/changes will not cause non-dry-run DeployApiProxy/UndeployApiProxy requests to be rejected.
Constructors
-
GoogleCloudApigeeV1DeploymentChangeReport({List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange> ? routingChanges, List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> ? routingConflicts, GoogleRpcPreconditionFailure? validationErrors}) - GoogleCloudApigeeV1DeploymentChangeReport.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
routingChanges
↔ List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange> ? -
All routing changes that may result from a deployment request.
getter/setter pair
-
routingConflicts
↔ List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> ? -
All base path conflicts detected for a deployment request.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationErrors ↔ GoogleRpcPreconditionFailure?
-
Validation errors that would cause the deployment change request to be
rejected.
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