ProjectsLocationsDependenciesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudApihubV1Dependency request, String parent, {String? dependencyId, String? $fields})
→ Future<GoogleCloudApihubV1Dependency>
-
Create a dependency between two entities in the API hub.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Delete the dependency resource.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApihubV1Dependency>
-
Get details about a dependency resource in the API hub.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApihubV1ListDependenciesResponse>
-
List dependencies based on the provided filter and pagination parameters.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudApihubV1Dependency request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudApihubV1Dependency>
-
Update a dependency based on the update_mask provided in the request.
-
toString()
→ String
-
A string representation of this object.
inherited