Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeVersionsRequest

Generate report of installed Chrome versions.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>
CustomersResource.ReportsResource.CountChromeVersionsRequest
Implements
IClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>
IClientServiceRequest
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Xgafv
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.AccessToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Alt
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Callback
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Fields
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Key
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.OauthToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.PrettyPrint
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.QuotaUser
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.UploadType
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.UploadProtocol
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.Execute()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.GetBody()
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ETagAction
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ModifyRequest
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ValidateParameters
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.ApiVersion
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.RequestParameters
ClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>.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.ReportsResource.CountChromeVersionsRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>, IClientServiceRequest<GoogleChromeManagementV1CountChromeVersionsResponse>, IClientServiceRequest

Constructors

CountChromeVersionsRequest(IClientService, string)

Constructs a new CountChromeVersions request.

Declaration
public CountChromeVersionsRequest(IClientService service, string customer)
Parameters
Type Name Description
IClientService service
string customer

Properties

Customer

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

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

Filter

Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrgUnitId

The ID of the organizational unit.

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

PageSize

Maximum number of results to return. Maximum and default are 100.

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

PageToken

Token to specify the page of the request to be returned.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CountChromeVersions parameter list.

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

Implements

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