Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeProfileVersionsRequest

Generate report of installed Chrome versions on managed profiles.

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

Constructors

CountChromeProfileVersionsRequest(IClientService, string)

Constructs a new CountChromeProfileVersions request.

Declaration
public CountChromeProfileVersionsRequest(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

Optional. 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<GoogleChromeManagementV1CountChromeProfileVersionsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrgUnitId

The ID of the organizational unit. If omitted, all data will be returned.

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

PageSize

Optional. 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

Optional. 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<GoogleChromeManagementV1CountChromeProfileVersionsResponse>.RestPath

Methods

InitParameters()

Initializes CountChromeProfileVersions parameter list.

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

Implements

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