Show / Hide Table of Contents

Class CustomersResource.ProfilesResource.CommandsResource.ListRequest

Lists remote commands of a Chrome browser profile.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>
CustomersResource.ProfilesResource.CommandsResource.ListRequest
Implements
IClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>
IClientServiceRequest
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Xgafv
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.AccessToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Alt
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Callback
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Fields
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Key
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.OauthToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.PrettyPrint
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.QuotaUser
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.UploadType
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.UploadProtocol
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Execute()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.GetBody()
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ETagAction
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ModifyRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ValidateParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.ApiVersion
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.RequestParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.ListRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.MethodName

PageSize

Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The page token used to retrieve a specific page of the listing request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX