Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WasmPluginsResource

The "wasmPlugins" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WasmPluginsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 WasmPlugin resource. Must be in the format projects/{project}/locations/global.

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 WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

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 WasmPlugin resource to get. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

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 WasmPlugin resources are listed, specified in the following format: projects/{project}/locations/global.

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 WasmPlugin resource in the following format: projects/{project}/locations/{location}/wasmPlugins/{wasm_plugin}.

Returns
Type Description
ProjectsResource.LocationsResource.WasmPluginsResource.PatchRequest
In this article
Back to top Generated by DocFX