ProjectsLocationsApisVersionsResource class
Methods
-
create(GoogleCloudApihubV1Version request, String parent, {String? versionId, String? $fields})
→ Future<GoogleCloudApihubV1Version>
-
Create an API version for an API resource in the API hub.
-
delete(String name, {bool? force, String? $fields})
→ Future<Empty>
-
Delete an API version.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApihubV1Version>
-
Get details about the API version of an API resource.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApihubV1ListVersionsResponse>
-
List API versions of an API resource in the API hub.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudApihubV1Version request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudApihubV1Version>
-
Update API version.
-
toString()
→ String
-
A string representation of this object.
inherited