GoogleCloudApigeeV1Deployment class

Constructors

GoogleCloudApigeeV1Deployment({String? apiProxy, String? deployStartTime, String? environment, List<GoogleRpcStatus>? errors, List<GoogleCloudApigeeV1InstanceDeploymentStatus>? instances, List<GoogleCloudApigeeV1PodStatus>? pods, String? proxyDeploymentType, String? revision, List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>? routeConflicts, String? serviceAccount, String? state})
GoogleCloudApigeeV1Deployment.fromJson(Map json_)

Properties

apiProxy String?
API proxy.
getter/setter pair
deployStartTime String?
Time the API proxy was marked deployed in the control plane in millisconds since epoch.
getter/setter pair
environment String?
Environment.
getter/setter pair
errors List<GoogleRpcStatus>?
Errors reported for this deployment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instances List<GoogleCloudApigeeV1InstanceDeploymentStatus>?
Status reported by each runtime instance.
getter/setter pair
pods List<GoogleCloudApigeeV1PodStatus>?
Status reported by runtime pods.
getter/setter pair
proxyDeploymentType String?
The type of the deployment (standard or extensible) Deployed proxy revision will be marked as extensible in following 2 cases.
getter/setter pair
revision String?
API proxy revision.
getter/setter pair
routeConflicts List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>?
Conflicts in the desired state routing configuration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
The full resource name of Cloud IAM Service Account that this deployment is using, eg, projects/-/serviceAccounts/{email}.
getter/setter pair
state String?
Current state of the deployment.
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