ProjectsLocationsApisVersionsOperationsResource class

Constructors

ProjectsLocationsApisVersionsOperationsResource.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(GoogleCloudApihubV1ApiOperation request, String parent, {String? apiOperationId, String? $fields}) Future<GoogleCloudApihubV1ApiOperation>
Create an apiOperation in an API version.
delete(String name, {String? $fields}) Future<Empty>
Delete an operation in an API version and we can delete only the operations created via create API.
get(String name, {String? $fields}) Future<GoogleCloudApihubV1ApiOperation>
Get details about a particular operation in API version.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApihubV1ListApiOperationsResponse>
List operations in an API version.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApihubV1ApiOperation request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApihubV1ApiOperation>
Update an operation in an API version.
toString() String
A string representation of this object.
inherited

Operators

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