Class ProjectsResource.LocationsResource.DashboardsResource.ChartsResource
The "charts" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DashboardsResource.ChartsResource
Constructors
ChartsResource(IClientService)
Constructs a new resource.
Declaration
public ChartsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleCloudContactcenterinsightsV1Chart, string)
Creates a Chart.
Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Chart body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1Chart | body | The body of the request. |
| string | parent | Required. The parent resource of the chart. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.CreateRequest |
Delete(string)
Deletes a Chart.
Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the chart to delete. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.DeleteRequest |
Get(string)
Gets a Chart.
Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the chart to get. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.GetRequest |
List(string)
Lists Charts.
Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent resource of the charts. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1Chart, string)
Updates a Chart.
Declaration
public virtual ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1Chart body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1Chart | body | The body of the request. |
| string | name | Identifier. Chart resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.PatchRequest |