Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource

The "versions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource
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.VersionsResource

Constructors

VersionsResource(IClientService)

Constructs a new resource.

Declaration
public VersionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(WasmPluginVersion, string)

Creates a new WasmPluginVersion resource in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.CreateRequest Create(WasmPluginVersion body, string parent)
Parameters
Type Name Description
WasmPluginVersion body

The body of the request.

string parent

Required. The parent resource of the WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

Returns
Type Description
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.CreateRequest

Delete(string)

Deletes the specified WasmPluginVersion resource.

Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the WasmPluginVersion resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.

Returns
Type Description
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.DeleteRequest

Get(string)

Gets details of the specified WasmPluginVersion resource.

Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. A name of the WasmPluginVersion resource to get. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.

Returns
Type Description
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.GetRequest

List(string)

Lists WasmPluginVersion resources in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The WasmPlugin resource whose WasmPluginVersions are listed, specified in the following format: projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

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