ApiDeployment class

Describes a service running at particular address that provides a particular version of an API.

ApiDeployments have revisions which correspond to different configurations of a single deployment in time. Revision identifiers should be updated whenever the served API spec or endpoint address changes.

Constructors

ApiDeployment({String? accessGuidance, Map<String, String>? annotations, String? apiSpecRevision, String? createTime, String? description, String? displayName, String? endpointUri, String? externalChannelUri, String? intendedAudience, Map<String, String>? labels, String? name, String? revisionCreateTime, String? revisionId, String? revisionUpdateTime})
ApiDeployment.fromJson(Map json_)

Properties

accessGuidance String?
Text briefly describing how to access the endpoint.
getter/setter pair
annotations Map<String, String>?
Annotations attach non-identifying metadata to resources.
getter/setter pair
apiSpecRevision String?
The full resource name (including revision ID) of the spec of the API being served by the deployment.
getter/setter pair
createTime String?
Creation timestamp; when the deployment resource was created.
getter/setter pair
description String?
A detailed description.
getter/setter pair
displayName String?
Human-meaningful name.
getter/setter pair
endpointUri String?
The address where the deployment is serving.
getter/setter pair
externalChannelUri String?
The address of the external channel of the API (e.g., the Developer Portal).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intendedAudience String?
Text briefly identifying the intended audience of the API.
getter/setter pair
labels Map<String, String>?
Labels attach identifying metadata to resources.
getter/setter pair
name String?
Resource name.
getter/setter pair
revisionCreateTime String?
Revision creation timestamp; when the represented revision was created.
getter/setter pair
revisionId String?
The revision ID of the deployment.
getter/setter pair
revisionUpdateTime String?
Last update timestamp: when the represented revision was last modified.
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