ProjectsLocationsApisVersionsSpecsResource class

Constructors

ProjectsLocationsApisVersionsSpecsResource.new(ApiRequester client)

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(GoogleCloudApihubV1Spec request, String parent, {String? specId, String? $fields}) Future<GoogleCloudApihubV1Spec>
Add a spec to an API version in the API hub.
delete(String name, {String? $fields}) Future<Empty>
Delete a spec.
get(String name, {String? $fields}) Future<GoogleCloudApihubV1Spec>
Get details about the information parsed from a spec.
getContents(String name, {String? $fields}) Future<GoogleCloudApihubV1SpecContents>
Get spec contents.
lint(GoogleCloudApihubV1LintSpecRequest request, String name, {String? $fields}) Future<Empty>
Lints the requested spec and updates the corresponding API Spec with the lint response.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApihubV1ListSpecsResponse>
List specs corresponding to a particular API resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApihubV1Spec request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApihubV1Spec>
Update spec.
toString() String
A string representation of this object.
inherited

Operators

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