Show / Hide Table of Contents

Class CustomersResource.ProfilesResource

The "profiles" collection of methods.

Inheritance
object
CustomersResource.ProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ProfilesResource

Constructors

ProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes the data collected from a Chrome browser profile.

Declaration
public virtual CustomersResource.ProfilesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

Returns
Type Description
CustomersResource.ProfilesResource.DeleteRequest

Get(string)

Gets a Chrome browser profile with customer ID and profile permanent ID.

Declaration
public virtual CustomersResource.ProfilesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

Returns
Type Description
CustomersResource.ProfilesResource.GetRequest

List(string)

Lists Chrome browser profiles of a customer based on the given search and sorting criteria.

Declaration
public virtual CustomersResource.ProfilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Format: customers/{customer_id}

Returns
Type Description
CustomersResource.ProfilesResource.ListRequest
In this article
Back to top Generated by DocFX