Show / Hide Table of Contents

Class CustomersResource.AppsResource.CountChromeAppRequestsRequest

Generate summary of app installation requests.

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

Constructors

CountChromeAppRequestsRequest(IClientService, string)

Constructs a new CountChromeAppRequests request.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Field used to order results. Supported fields: * request_count * latest_request_time

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 50, anything above will be coerced to 50.

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

Methods

InitParameters()

Initializes CountChromeAppRequests parameter list.

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

Implements

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