ProjectsLocationsApisVersionsResource class

Constructors

ProjectsLocationsApisVersionsResource.new(ApiRequester client)

Properties

definitions ProjectsLocationsApisVersionsDefinitionsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsApisVersionsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specs ProjectsLocationsApisVersionsSpecsResource
no setter

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

Operators

operator ==(Object other) bool
The equality operator.
inherited