Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent

Returns a new instance of GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.



3531
3532
3533
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3531

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#https_latency_routine_dataGoogle::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



3524
3525
3526
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3524

def https_latency_routine_data
  @https_latency_routine_data
end

#https_latency_stateString

Current HTTPS latency state. Corresponds to the JSON property httpsLatencyState

Returns:

  • (String)


3529
3530
3531
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3529

def https_latency_state
  @https_latency_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3536
3537
3538
3539
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3536

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