Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo
- 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
-
#adapter_info ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo
Information of a graphics adapter (GPU).
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1GraphicsInfo
constructor
A new instance of GoogleChromeManagementV1GraphicsInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1GraphicsInfo
Returns a new instance of GoogleChromeManagementV1GraphicsInfo.
1278 1279 1280 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adapter_info ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo
Information of a graphics adapter (GPU).
Corresponds to the JSON property adapterInfo
1276 1277 1278 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1276 def adapter_info @adapter_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1283 1284 1285 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1283 def update!(**args) @adapter_info = args[:adapter_info] if args.key?(:adapter_info) end |