Class ProjectsResource.LocationsResource.WasmPluginsResource
The "wasmPlugins" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WasmPluginsResource
Constructors
WasmPluginsResource(IClientService)
Constructs a new resource.
Declaration
public WasmPluginsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Versions
Gets the Versions resource.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource Versions { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource |
Methods
Create(WasmPlugin, string)
Creates a new WasmPlugin
resource in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.CreateRequest Create(WasmPlugin body, string parent)
Parameters
Type | Name | Description |
---|---|---|
WasmPlugin | body | The body of the request. |
string | parent | Required. The parent resource of the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.CreateRequest |
Delete(string)
Deletes the specified WasmPlugin
resource.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.DeleteRequest |
Get(string)
Gets details of the specified WasmPlugin
resource.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.GetRequest |
List(string)
Lists WasmPlugin
resources in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The project and location from which the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.ListRequest |
Patch(WasmPlugin, string)
Updates the parameters of the specified WasmPlugin
resource.
Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.PatchRequest Patch(WasmPlugin body, string name)
Parameters
Type | Name | Description |
---|---|---|
WasmPlugin | body | The body of the request. |
string | name | Identifier. Name of the |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.PatchRequest |