ProjectsLocationsSaasResource class

Constructors

ProjectsLocationsSaasResource(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(Saas request, String parent, {String? requestId, String? saasId, bool? validateOnly, String? $fields}) Future<Saas>
Create a new saas.
delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields}) Future<Empty>
Delete a single saas.
get(String name, {String? $fields}) Future<Saas>
Retrieve a single saas.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListSaasResponse>
Retrieve a collection of saas.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Saas request, String name, {String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Saas>
Update a single saas.
toString() String
A string representation of this object.
inherited

Operators

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