Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource
The "authorizedViews" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource
Constructors
AuthorizedViewsResource(IClientService)
Constructs a new resource.
Declaration
public AuthorizedViewsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Conversations
Gets the Conversations resource.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource Conversations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.OperationsResource |
Methods
Create(GoogleCloudContactcenterinsightsV1AuthorizedView, string)
Create AuthorizedView
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1AuthorizedView body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1AuthorizedView | body | The body of the request. |
string | parent | Required. The parent resource of the AuthorizedView. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.CreateRequest |
Delete(string)
Deletes an AuthorizedView.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the AuthorizedView to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.DeleteRequest |
Get(string)
Get AuthorizedView
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the AuthorizedView to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.GetRequest |
List(string)
List AuthorizedViewSets
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the AuthorizedViews. If the parent is set to |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1AuthorizedView, string)
Updates an AuthorizedView.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1AuthorizedView body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1AuthorizedView | body | The body of the request. |
string | name | Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.PatchRequest |
QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest, string)
Query metrics.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.QueryMetricsRequest QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1QueryMetricsRequest | body | The body of the request. |
string | location | Required. The location of the data. "projects/{project}/locations/{location}" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.QueryMetricsRequest |
Search(string)
SearchAuthorizedViewSets
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.SearchRequest Search(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the AuthorizedViews. If the parent is set to |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.SearchRequest |