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