Class ProjectsResource.LocationsResource.AppsResource.ToolsResource
The "tools" collection of methods.
Inherited Members
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: -
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AppsResource.ToolsResource.PatchRequest |