Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeDevicesThatNeedAttentionRequest

Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947

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

Constructors

CountChromeDevicesThatNeedAttentionRequest(IClientService, string)

Constructs a new CountChromeDevicesThatNeedAttention request.

Declaration
public CountChromeDevicesThatNeedAttentionRequest(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<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.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<GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse>.RestPath

Methods

InitParameters()

Initializes CountChromeDevicesThatNeedAttention parameter list.

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

Implements

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