Show / Hide Table of Contents

Class CustomersResource.ProfilesResource.CommandsResource

The "commands" collection of methods.

Inheritance
object
CustomersResource.ProfilesResource.CommandsResource
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.CommandsResource

Constructors

CommandsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand, string)

Creates a Chrome browser profile remote command.

Declaration
public virtual CustomersResource.ProfilesResource.CommandsResource.CreateRequest Create(GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand body, string parent)
Parameters
Type Name Description
GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand body

The body of the request.

string parent

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

Returns
Type Description
CustomersResource.ProfilesResource.CommandsResource.CreateRequest

Get(string)

Gets a Chrome browser profile remote command.

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

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

Returns
Type Description
CustomersResource.ProfilesResource.CommandsResource.GetRequest

List(string)

Lists remote commands of a Chrome browser profile.

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

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

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