Class: Google::Apis::AndroidmanagementV1::StatusReportingSettings
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::StatusReportingSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
Settings controlling the behavior of status reports.
Instance Attribute Summary collapse
-
#application_reporting_settings ⇒ Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
Settings controlling the behavior of application reports.
-
#application_reports_enabled ⇒ Boolean
(also: #application_reports_enabled?)
Whether app reports are enabled.
-
#common_criteria_mode_enabled ⇒ Boolean
(also: #common_criteria_mode_enabled?)
Whether Common Criteria Mode reporting is enabled.
-
#default_application_info_reporting_enabled ⇒ Boolean
(also: #default_application_info_reporting_enabled?)
Optional.
-
#device_settings_enabled ⇒ Boolean
(also: #device_settings_enabled?)
Whether device settings reporting is enabled.
-
#display_info_enabled ⇒ Boolean
(also: #display_info_enabled?)
Whether displays reporting is enabled.
-
#hardware_status_enabled ⇒ Boolean
(also: #hardware_status_enabled?)
Whether hardware status reporting is enabled.
-
#memory_info_enabled ⇒ Boolean
(also: #memory_info_enabled?)
Whether memory event reporting is enabled.
-
#network_info_enabled ⇒ Boolean
(also: #network_info_enabled?)
Whether network info reporting is enabled.
-
#power_management_events_enabled ⇒ Boolean
(also: #power_management_events_enabled?)
Whether power management event reporting is enabled.
-
#software_info_enabled ⇒ Boolean
(also: #software_info_enabled?)
Whether software info reporting is enabled.
-
#system_properties_enabled ⇒ Boolean
(also: #system_properties_enabled?)
Whether system properties reporting is enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StatusReportingSettings
constructor
A new instance of StatusReportingSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StatusReportingSettings
Returns a new instance of StatusReportingSettings.
7007 7008 7009 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 7007 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application_reporting_settings ⇒ Google::Apis::AndroidmanagementV1::ApplicationReportingSettings
Settings controlling the behavior of application reports.
Corresponds to the JSON property applicationReportingSettings
6935 6936 6937 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6935 def application_reporting_settings @application_reporting_settings end |
#application_reports_enabled ⇒ Boolean Also known as: application_reports_enabled?
Whether app reports are enabled.
Corresponds to the JSON property applicationReportsEnabled
6940 6941 6942 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6940 def application_reports_enabled @application_reports_enabled end |
#common_criteria_mode_enabled ⇒ Boolean Also known as: common_criteria_mode_enabled?
Whether Common Criteria Mode reporting is enabled. This is supported only on
company-owned devices.
Corresponds to the JSON property commonCriteriaModeEnabled
6947 6948 6949 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6947 def common_criteria_mode_enabled @common_criteria_mode_enabled end |
#default_application_info_reporting_enabled ⇒ Boolean Also known as: default_application_info_reporting_enabled?
Optional. Whether defaultApplicationInfo reporting is enabled.
Corresponds to the JSON property defaultApplicationInfoReportingEnabled
6953 6954 6955 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6953 def default_application_info_reporting_enabled @default_application_info_reporting_enabled end |
#device_settings_enabled ⇒ Boolean Also known as: device_settings_enabled?
Whether device settings reporting is enabled.
Corresponds to the JSON property deviceSettingsEnabled
6959 6960 6961 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6959 def device_settings_enabled @device_settings_enabled end |
#display_info_enabled ⇒ Boolean Also known as: display_info_enabled?
Whether displays reporting is enabled. Report data is not available for
personally owned devices with work profiles.
Corresponds to the JSON property displayInfoEnabled
6966 6967 6968 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6966 def display_info_enabled @display_info_enabled end |
#hardware_status_enabled ⇒ Boolean Also known as: hardware_status_enabled?
Whether hardware status reporting is enabled. Report data is not available for
personally owned devices with work profiles.
Corresponds to the JSON property hardwareStatusEnabled
6973 6974 6975 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6973 def hardware_status_enabled @hardware_status_enabled end |
#memory_info_enabled ⇒ Boolean Also known as: memory_info_enabled?
Whether memory event reporting is enabled.
Corresponds to the JSON property memoryInfoEnabled
6979 6980 6981 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6979 def memory_info_enabled @memory_info_enabled end |
#network_info_enabled ⇒ Boolean Also known as: network_info_enabled?
Whether network info reporting is enabled.
Corresponds to the JSON property networkInfoEnabled
6985 6986 6987 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6985 def network_info_enabled @network_info_enabled end |
#power_management_events_enabled ⇒ Boolean Also known as: power_management_events_enabled?
Whether power management event reporting is enabled. Report data is not
available for personally owned devices with work profiles.
Corresponds to the JSON property powerManagementEventsEnabled
6992 6993 6994 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6992 def power_management_events_enabled @power_management_events_enabled end |
#software_info_enabled ⇒ Boolean Also known as: software_info_enabled?
Whether software info reporting is enabled.
Corresponds to the JSON property softwareInfoEnabled
6998 6999 7000 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6998 def software_info_enabled @software_info_enabled end |
#system_properties_enabled ⇒ Boolean Also known as: system_properties_enabled?
Whether system properties reporting is enabled.
Corresponds to the JSON property systemPropertiesEnabled
7004 7005 7006 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 7004 def system_properties_enabled @system_properties_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 7012 def update!(**args) @application_reporting_settings = args[:application_reporting_settings] if args.key?(:application_reporting_settings) @application_reports_enabled = args[:application_reports_enabled] if args.key?(:application_reports_enabled) @common_criteria_mode_enabled = args[:common_criteria_mode_enabled] if args.key?(:common_criteria_mode_enabled) @default_application_info_reporting_enabled = args[:default_application_info_reporting_enabled] if args.key?(:default_application_info_reporting_enabled) @device_settings_enabled = args[:device_settings_enabled] if args.key?(:device_settings_enabled) @display_info_enabled = args[:display_info_enabled] if args.key?(:display_info_enabled) @hardware_status_enabled = args[:hardware_status_enabled] if args.key?(:hardware_status_enabled) @memory_info_enabled = args[:memory_info_enabled] if args.key?(:memory_info_enabled) @network_info_enabled = args[:network_info_enabled] if args.key?(:network_info_enabled) @power_management_events_enabled = args[:power_management_events_enabled] if args.key?(:power_management_events_enabled) @software_info_enabled = args[:software_info_enabled] if args.key?(:software_info_enabled) @system_properties_enabled = args[:system_properties_enabled] if args.key?(:system_properties_enabled) end |