GoogleCloudApihubV1Dependency class

A dependency resource defined in the API hub describes a dependency directed from a consumer to a supplier entity.

A dependency can be defined between two Operations or between an Operation and External API.

Properties

attributes Map<String, GoogleCloudApihubV1AttributeValues>?
The list of user defined attributes associated with the dependency resource.
getter/setter pair
consumer GoogleCloudApihubV1DependencyEntityReference?
The entity acting as the consumer in the dependency.
getter/setter pair
createTime String?
The time at which the dependency was created.
getter/setter pair
description String?
Human readable description corresponding of the dependency.
getter/setter pair
discoveryMode String?
Discovery mode of the dependency.
getter/setter pair
errorDetail GoogleCloudApihubV1DependencyErrorDetail?
Error details of a dependency if the system has detected it internally.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the dependency.
getter/setter pair
supplier GoogleCloudApihubV1DependencyEntityReference?
The entity acting as the supplier in the dependency.
getter/setter pair
updateTime String?
The time at which the dependency 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