Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.EventsResource.ListRequest

List telemetry events.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The "timestamp" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823".

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

MethodName

Gets the method name.

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

PageSize

Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. Token to specify next page in the list.

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

Parent

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

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

ReadMask

Required. Read mask to specify which fields to return. Although currently required, this field will become optional, while the filter parameter with an event type will be come required. Supported read_mask paths are: - device - user - audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event - network_state_change_event - wifi_signal_strength_event - vpn_connection_state_change_event - app_install_event - app_uninstall_event - app_launch_event - os_crash_event

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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