Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryEvent
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryEvent
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb
Overview
Telemetry data reported by a managed device.
Instance Attribute Summary collapse
-
#audio_severe_underrun_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent
TelemetryAudioSevereUnderrunEventis triggered when a audio devices run out of buffer data for more than 5 seconds. -
#device ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDeviceInfo
Information about a device associated with telemetry data.
-
#event_type ⇒ String
The event type of the current event.
-
#https_latency_change_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
Https latency routine is run periodically and
TelemetryHttpsLatencyChangeEventis triggered if a latency problem was detected or if the device has recovered from a latency problem. -
#name ⇒ String
Output only.
-
#report_time ⇒ String
Timestamp that represents when the event was reported.
-
#usb_peripherals_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
TelemetryUsbPeripheralsEventis triggered USB devices are either added or removed. -
#user ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo
Information about a user associated with telemetry data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryEvent
constructor
A new instance of GoogleChromeManagementV1TelemetryEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryEvent
Returns a new instance of GoogleChromeManagementV1TelemetryEvent.
2660 2661 2662 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2660 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audio_severe_underrun_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent
TelemetryAudioSevereUnderrunEvent is triggered when a audio devices run out
of buffer data for more than 5 seconds. * Granular permission needed:
TELEMETRY_API_AUDIO_REPORT
Corresponds to the JSON property audioSevereUnderrunEvent
2617 2618 2619 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2617 def audio_severe_underrun_event @audio_severe_underrun_event end |
#device ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDeviceInfo
Information about a device associated with telemetry data. * Granular
Permission needed: TELEMETRY_API_DEVICE
Corresponds to the JSON property device
2623 2624 2625 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2623 def device @device end |
#event_type ⇒ String
The event type of the current event.
Corresponds to the JSON property eventType
2628 2629 2630 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2628 def event_type @event_type end |
#https_latency_change_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
Https latency routine is run periodically and
TelemetryHttpsLatencyChangeEvent is triggered if a latency problem was
detected or if the device has recovered from a latency problem. * Granular
permission needed: TELEMETRY_API_NETWORK_REPORT
Corresponds to the JSON property httpsLatencyChangeEvent
2636 2637 2638 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2636 def https_latency_change_event @https_latency_change_event end |
#name ⇒ String
Output only. Resource name of the event.
Corresponds to the JSON property name
2641 2642 2643 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2641 def name @name end |
#report_time ⇒ String
Timestamp that represents when the event was reported.
Corresponds to the JSON property reportTime
2646 2647 2648 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2646 def report_time @report_time end |
#usb_peripherals_event ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
TelemetryUsbPeripheralsEvent is triggered USB devices are either added or
removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
Corresponds to the JSON property usbPeripheralsEvent
2652 2653 2654 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2652 def usb_peripherals_event @usb_peripherals_event end |
#user ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo
Information about a user associated with telemetry data. * Granular permission
needed: TELEMETRY_API_USER
Corresponds to the JSON property user
2658 2659 2660 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2658 def user @user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2665 def update!(**args) @audio_severe_underrun_event = args[:audio_severe_underrun_event] if args.key?(:audio_severe_underrun_event) @device = args[:device] if args.key?(:device) @event_type = args[:event_type] if args.key?(:event_type) @https_latency_change_event = args[:https_latency_change_event] if args.key?(:https_latency_change_event) @name = args[:name] if args.key?(:name) @report_time = args[:report_time] if args.key?(:report_time) @usb_peripherals_event = args[:usb_peripherals_event] if args.key?(:usb_peripherals_event) @user = args[:user] if args.key?(:user) end |