Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountDevicesPerBootTypeRequest

Get a count of devices per boot type.

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

Constructors

CountDevicesPerBootTypeRequest(IClientService, string)

Constructs a new CountDevicesPerBootType request.

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

Properties

Customer

Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".

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

DateDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

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

DateMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

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

DateYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CountDevicesPerBootType parameter list.

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

Implements

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