Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountActiveDevicesRequest

Get a count of active devices per set time frames.

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

Constructors

CountActiveDevicesRequest(IClientService, string)

Constructs a new CountActiveDevices request.

Declaration
public CountActiveDevicesRequest(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<GoogleChromeManagementV1CountActiveDevicesResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CountActiveDevices parameter list.

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

Implements

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