ProjectsLocationsWasmPluginsResource class
Methods
-
create(WasmPlugin request, String parent, {String? wasmPluginId, String? $fields})
→ Future<Operation>
-
Creates a new
WasmPlugin
resource in a given project and location.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes the specified
WasmPlugin
resource.
-
get(String name, {String? view, String? $fields})
→ Future<WasmPlugin>
-
Gets details of the specified
WasmPlugin
resource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListWasmPluginsResponse>
-
Lists
WasmPlugin
resources in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(WasmPlugin request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the parameters of the specified
WasmPlugin
resource.
-
toString()
→ String
-
A string representation of this object.
inherited