Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountInstalledAppsRequest

Generate report of app installations.

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

Constructors

CountInstalledAppsRequest(IClientService, string)

Constructs a new CountInstalledApps request.

Declaration
public CountInstalledAppsRequest(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: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id

  • manifest_versions * risk_score
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<GoogleChromeManagementV1CountInstalledAppsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id * manifest_versions * risk_score

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

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<GoogleChromeManagementV1CountInstalledAppsResponse>.RestPath

Methods

InitParameters()

Initializes CountInstalledApps parameter list.

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

Implements

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