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 |
GetIamPolicy(string)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.GetIamPolicyRequest |
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 |
QueryPerformanceOverview(GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest, string)
Generates a summary of predefined performance metrics for a set of conversations. Conversations can be specified by specifying a time window and an agent id, for now. The summary includes a comparison of metrics computed for conversations in the previous time period, and also a comparison with peers in the same time period.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.QueryPerformanceOverviewRequest QueryPerformanceOverview(GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest | body | The body of the request. |
| string | parent | Required. The parent resource of the conversations to derive performance stats from. "projects/{project}/locations/{location}" |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.QueryPerformanceOverviewRequest |
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 |
SetIamPolicy(GoogleIamV1SetIamPolicyRequest, string)
Sets the access control policy on the specified resource. Replaces any existing policy. Can
return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.SetIamPolicyRequest SetIamPolicy(GoogleIamV1SetIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleIamV1SetIamPolicyRequest | body | The body of the request. |
| string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.SetIamPolicyRequest |
TestIamPermissions(GoogleIamV1TestIamPermissionsRequest, string)
Returns permissions that a caller has on the specified resource. If the resource does not exist,
this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is
designed to be used for building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without warning.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.TestIamPermissionsRequest TestIamPermissions(GoogleIamV1TestIamPermissionsRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleIamV1TestIamPermissionsRequest | body | The body of the request. |
| string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.TestIamPermissionsRequest |