Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource

The "authorizedViewSets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AuthorizedViewSetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AuthorizedViewSetsResource

Constructors

AuthorizedViewSetsResource(IClientService)

Constructs a new resource.

Declaration
public AuthorizedViewSetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

AuthorizedViews

Gets the AuthorizedViews resource.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource AuthorizedViews { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource

Methods

Create(GoogleCloudContactcenterinsightsV1AuthorizedViewSet, string)

Create AuthorizedViewSet

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1AuthorizedViewSet body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1AuthorizedViewSet body

The body of the request.

string parent

Required. The parent resource of the AuthorizedViewSet.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.CreateRequest

Delete(string)

Deletes an AuthorizedViewSet.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the AuthorizedViewSet to delete.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.DeleteRequest

Get(string)

Get AuthorizedViewSet

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the AuthorizedViewSet to get.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.GetRequest

List(string)

List AuthorizedViewSets

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the AuthorizedViewSets.

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1AuthorizedViewSet, string)

Updates an AuthorizedViewSet.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1AuthorizedViewSet body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1AuthorizedViewSet body

The body of the request.

string name

Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}

Returns
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.PatchRequest
In this article
Back to top Generated by DocFX