GoogleCloudApihubV1Deployment class

Details of the deployment where APIs are hosted.

A deployment could represent an Apigee proxy, API gateway, other Google Cloud services or non-Google Cloud services as well. A deployment entity is a root level entity in the API hub and exists independent of any API.

Constructors

GoogleCloudApihubV1Deployment.new({List<String>? apiVersions, Map<String, GoogleCloudApihubV1AttributeValues>? attributes, String? createTime, GoogleCloudApihubV1AttributeValues? deploymentType, String? description, String? displayName, GoogleCloudApihubV1Documentation? documentation, List<String>? endpoints, GoogleCloudApihubV1AttributeValues? environment, GoogleCloudApihubV1AttributeValues? managementUrl, String? name, String? resourceUri, GoogleCloudApihubV1AttributeValues? slo, String? sourceEnvironment, List<GoogleCloudApihubV1SourceMetadata>? sourceMetadata, String? sourceProject, GoogleCloudApihubV1AttributeValues? sourceUri, String? updateTime})
GoogleCloudApihubV1Deployment.fromJson(Map json_)

Properties

apiVersions List<String>?
The API versions linked to this deployment.
getter/setter pair
attributes Map<String, GoogleCloudApihubV1AttributeValues>?
The list of user defined attributes associated with the deployment resource.
getter/setter pair
createTime String?
The time at which the deployment was created.
getter/setter pair
deploymentType GoogleCloudApihubV1AttributeValues?
The type of deployment.
getter/setter pair
description String?
The description of the deployment.
getter/setter pair
displayName String?
The display name of the deployment.
getter/setter pair
documentation GoogleCloudApihubV1Documentation?
The documentation of the deployment.
getter/setter pair
endpoints List<String>?
The endpoints at which this deployment resource is listening for API requests.
getter/setter pair
environment GoogleCloudApihubV1AttributeValues?
The environment mapping to this deployment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
managementUrl GoogleCloudApihubV1AttributeValues?
The uri where users can navigate to for the management of the deployment.
getter/setter pair
name String?
Identifier.
getter/setter pair
resourceUri String?
The resource URI identifies the deployment within its gateway.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slo GoogleCloudApihubV1AttributeValues?
The SLO for this deployment.
getter/setter pair
sourceEnvironment String?
The environment at source for the deployment.
getter/setter pair
sourceMetadata List<GoogleCloudApihubV1SourceMetadata>?
The list of sources and metadata from the sources of the deployment.
getter/setter pair
sourceProject String?
The project to which the deployment belongs.
getter/setter pair
sourceUri GoogleCloudApihubV1AttributeValues?
The uri where additional source specific information for this deployment can be found.
getter/setter pair
updateTime String?
The time at which the deployment was last updated.
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