Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo

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

Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceGraphicsStatus * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1GraphicsInfo

Returns a new instance of GoogleChromeManagementV1GraphicsInfo.



1446
1447
1448
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1446

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

Instance Attribute Details

#adapter_infoGoogle::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo

Information of a graphics adapter (GPU). Corresponds to the JSON property adapterInfo



1444
1445
1446
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1444

def adapter_info
  @adapter_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1451
1452
1453
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1451

def update!(**args)
  @adapter_info = args[:adapter_info] if args.key?(:adapter_info)
end