SettingsSearchapplicationsResource class
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(SearchApplication request, {String? $fields})
→ Future<Operation>
-
Creates a search application.
-
delete(String name, {bool? debugOptions_enableDebugging, String? $fields})
→ Future<Operation>
-
Deletes a search application.
-
get(String name, {bool? debugOptions_enableDebugging, String? $fields})
→ Future<SearchApplication>
-
Gets the specified search application.
-
list({bool? debugOptions_enableDebugging, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSearchApplicationsResponse>
-
Lists all search applications.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(SearchApplication request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a search application.
-
reset(ResetSearchApplicationRequest request, String name, {String? $fields})
→ Future<Operation>
-
Resets a search application to default settings.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(SearchApplication request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a search application.