Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.ToolsetsResource

The "toolsets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.ToolsetsResource

Constructors

ToolsetsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Toolset, string)

Creates a new toolset in the given app.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.CreateRequest Create(Toolset body, string parent)
Parameters
Type Name Description
Toolset body

The body of the request.

string parent

Required. The resource name of the app to create a toolset in.

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.CreateRequest

Delete(string)

Deletes the specified toolset.

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

Required. The resource name of the toolset to delete.

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.DeleteRequest

Get(string)

Gets details of the specified toolset.

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

Required. The resource name of the toolset to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.GetRequest

List(string)

Lists toolsets in the given app.

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

Required. The resource name of the app to list toolsets from.

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.ListRequest

Patch(Toolset, string)

Updates the specified toolset.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.PatchRequest Patch(Toolset body, string name)
Parameters
Type Name Description
Toolset body

The body of the request.

string name

Identifier. The unique identifier of the toolset. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.PatchRequest

RetrieveTools(RetrieveToolsRequest, string)

Retrieve the list of tools included in the specified toolset.

Declaration
public virtual ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.RetrieveToolsRequest RetrieveTools(RetrieveToolsRequest body, string toolset)
Parameters
Type Name Description
RetrieveToolsRequest body

The body of the request.

string toolset

Required. The name of the toolset to retrieve the tools for. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

Returns
Type Description
ProjectsResource.LocationsResource.AppsResource.ToolsetsResource.RetrieveToolsRequest
In this article
Back to top Generated by DocFX