Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeBrowsersNeedingAttentionRequest

Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.

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

Constructors

CountChromeBrowsersNeedingAttentionRequest(IClientService, string)

Constructs a new CountChromeBrowsersNeedingAttention request.

Declaration
public CountChromeBrowsersNeedingAttentionRequest(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<GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes CountChromeBrowsersNeedingAttention parameter list.

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

Implements

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