ProjectsLocationsCurationsResource 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(GoogleCloudApihubV1Curation request, String parent, {String? curationId, String? $fields})
→ Future<GoogleCloudApihubV1Curation>
-
Create a curation resource in the API hub.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Delete a curation resource in the API hub.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApihubV1Curation>
-
Get curation resource details.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApihubV1ListCurationsResponse>
-
List curation resources in the API hub.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudApihubV1Curation request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudApihubV1Curation>
-
Update a curation resource in the API hub.
-
toString()
→ String
-
A string representation of this object.
inherited