Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeDevicesReachingAutoExpirationDateRequest

Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found here.

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

Constructors

CountChromeDevicesReachingAutoExpirationDateRequest(IClientService, string)

Constructs a new CountChromeDevicesReachingAutoExpirationDate request.

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

Properties

Customer

Required. The customer ID or "my_customer" prefixed with "customers/".

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<GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse>.HttpMethod

MaxAueDate

Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date.

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

MethodName

Gets the method name.

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

MinAueDate

Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date.

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

OrgUnitId

Optional. The organizational unit ID, if omitted, will return data for all organizational units.

Declaration
[RequestParameter("orgUnitId", RequestParameterType.Query)]
public virtual string OrgUnitId { 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<GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse>.RestPath

Methods

InitParameters()

Initializes CountChromeDevicesReachingAutoExpirationDate parameter list.

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

Implements

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