Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountChromeCrashEventsRequest

Get a count of Chrome crash events.

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

Constructors

CountChromeCrashEventsRequest(IClientService, string)

Constructs a new CountChromeCrashEvents request.

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

Properties

Customer

Customer ID.

Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type Description
string

Filter

Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: * major_browser_version * minor_browser_version * browser_channel * device_platform * past_number_days Example: major_browser_version = 'M115' AND past_number_days = '28'.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Field used to order results. Supported order by fields: * browser_version * count * date

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

OrgUnitId

If specified, only count the number of crash events of the devices in this organizational unit.

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<GoogleChromeManagementV1CountChromeCrashEventsResponse>.RestPath

Methods

InitParameters()

Initializes CountChromeCrashEvents parameter list.

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

Implements

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