Class ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource
The "versions" collection of methods.
Inherited Members
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 |
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 |
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 |
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 |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.ListRequest |