Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.ToolsResource

The "tools" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AppsResource.ToolsResource
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.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.ToolsResource

Constructors

ToolsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Tool, string)

Creates a new tool in the given app.

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

The body of the request.

string parent

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

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

Delete(string)

Deletes the specified tool.

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

Required. The resource name of the tool to delete.

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

Get(string)

Gets details of the specified tool.

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

Required. The resource name of the tool to retrieve.

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

List(string)

Lists tools in the given app.

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

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

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

Patch(Tool, string)

Updates the specified tool.

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

The body of the request.

string name

Identifier. The unique identifier of the tool. Format: - projects/{project}/locations/{location}/apps/{app}/tools/{tool} for ## standalone tools. projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}/tools/{tool} for tools retrieved from a toolset. These tools are dynamic and output-only, they cannot be referenced directly where a tool is expected.

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