Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
- 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
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
Instance Attribute Summary collapse
-
#https_latency_routine_data ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1HttpsLatencyRoutineData
Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.
-
#https_latency_state ⇒ String
Current HTTPS latency state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
constructor
A new instance of GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
Returns a new instance of GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.
3435 3436 3437 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3435 def initialize(**args) update!(**args) end |
Instance Attribute Details
#https_latency_routine_data ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1HttpsLatencyRoutineData
Data that describes the result of the HTTPS latency diagnostics routine, with
the HTTPS requests issued to Google websites.
Corresponds to the JSON property httpsLatencyRoutineData
3428 3429 3430 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3428 def https_latency_routine_data @https_latency_routine_data end |
#https_latency_state ⇒ String
Current HTTPS latency state.
Corresponds to the JSON property httpsLatencyState
3433 3434 3435 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3433 def https_latency_state @https_latency_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3440 3441 3442 3443 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3440 def update!(**args) @https_latency_routine_data = args[:https_latency_routine_data] if args.key?(:https_latency_routine_data) @https_latency_state = args[:https_latency_state] if args.key?(:https_latency_state) end |