Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeHardwareFleetDevicesRequest

Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947

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

Constructors

CountChromeHardwareFleetDevicesRequest(IClientService, string)

Constructs a new CountChromeHardwareFleetDevices request.

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

Properties

Customer

Required. The customer ID or "my_customer".

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

MethodName

Gets the method name.

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

OrgUnitId

Optional. The ID of the organizational unit. If omitted, all data will be returned.

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

ReadMask

Required. Mask of the fields that should be populated in the returned report.

Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type Description
object

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CountChromeHardwareFleetDevices parameter list.

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

Implements

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