Class: Google::Apis::AndroidmanagementV1::Device

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidmanagement_v1/classes.rb,
generated/google/apis/androidmanagement_v1/representations.rb,
generated/google/apis/androidmanagement_v1/representations.rb

Overview

A device owned by an enterprise. Unless otherwise noted, all fields are read- only and cannot be modified by an update device request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Device

Returns a new instance of Device



460
461
462
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 460

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

Instance Attribute Details

#api_levelFixnum

The API level of the Android platform version running on the device. Corresponds to the JSON property apiLevel

Returns:

  • (Fixnum)


308
309
310
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 308

def api_level
  @api_level
end

#applied_policy_nameString

The name of the policy that is currently applied by the device. Corresponds to the JSON property appliedPolicyName

Returns:

  • (String)


313
314
315
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 313

def applied_policy_name
  @applied_policy_name
end

#applied_policy_versionFixnum

The version of the policy that is currently applied by the device. Corresponds to the JSON property appliedPolicyVersion

Returns:

  • (Fixnum)


318
319
320
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 318

def applied_policy_version
  @applied_policy_version
end

#applied_stateString

The state that is currently applied by the device. Corresponds to the JSON property appliedState

Returns:

  • (String)


323
324
325
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 323

def applied_state
  @applied_state
end

#disabled_reasonGoogle::Apis::AndroidmanagementV1::UserFacingMessage

Provides user facing message with locale info. The maximum message length is 4096 characters. Corresponds to the JSON property disabledReason



329
330
331
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 329

def disabled_reason
  @disabled_reason
end

#displaysArray<Google::Apis::AndroidmanagementV1::DisplayProp>

Displays on the device. This information is only available when displayInfoEnabled is true in the device's policy. Corresponds to the JSON property displays



335
336
337
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 335

def displays
  @displays
end

#enrollment_timeString

The time of device enrollment. Corresponds to the JSON property enrollmentTime

Returns:

  • (String)


340
341
342
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 340

def enrollment_time
  @enrollment_time
end

#enrollment_token_dataString

If this device was enrolled with an enrollment token with additional data provided, this field contains that data. Corresponds to the JSON property enrollmentTokenData

Returns:

  • (String)


346
347
348
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 346

def enrollment_token_data
  @enrollment_token_data
end

#enrollment_token_nameString

If this device was enrolled with an enrollment token, this field contains the name of the token. Corresponds to the JSON property enrollmentTokenName

Returns:

  • (String)


352
353
354
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 352

def enrollment_token_name
  @enrollment_token_name
end

#hardware_infoGoogle::Apis::AndroidmanagementV1::HardwareInfo

Information about device hardware. The fields related to temperature thresholds are only available when hardwareStatusEnabled is true in the device' s policy. Corresponds to the JSON property hardwareInfo



359
360
361
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 359

def hardware_info
  @hardware_info
end

#hardware_status_samplesArray<Google::Apis::AndroidmanagementV1::HardwareStatus>

Hardware status samples in chronological order. This information is only available when hardwareStatusEnabled is true in the device's policy. Corresponds to the JSON property hardwareStatusSamples



365
366
367
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 365

def hardware_status_samples
  @hardware_status_samples
end

#last_policy_compliance_report_timeString

The last time the device sent a policy compliance report. Corresponds to the JSON property lastPolicyComplianceReportTime

Returns:

  • (String)


370
371
372
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 370

def last_policy_compliance_report_time
  @last_policy_compliance_report_time
end

#last_policy_sync_timeString

The last time the device fetched its policy. Corresponds to the JSON property lastPolicySyncTime

Returns:

  • (String)


375
376
377
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 375

def last_policy_sync_time
  @last_policy_sync_time
end

#last_status_report_timeString

The last time the device sent a status report. Corresponds to the JSON property lastStatusReportTime

Returns:

  • (String)


380
381
382
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 380

def last_status_report_time
  @last_status_report_time
end

#memory_eventsArray<Google::Apis::AndroidmanagementV1::MemoryEvent>

Events related to memory and storage measurements in chronological order. This information is only available when memoryInfoEnabled is true in the device's policy. Corresponds to the JSON property memoryEvents



387
388
389
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 387

def memory_events
  @memory_events
end

#memory_infoGoogle::Apis::AndroidmanagementV1::MemoryInfo

Information about device memory and storage. Corresponds to the JSON property memoryInfo



392
393
394
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 392

def memory_info
  @memory_info
end

#nameString

The name of the device in the form enterprises/enterpriseId/devices/ deviceId Corresponds to the JSON property name

Returns:

  • (String)


398
399
400
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 398

def name
  @name
end

#network_infoGoogle::Apis::AndroidmanagementV1::NetworkInfo

Device network info. Corresponds to the JSON property networkInfo



403
404
405
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 403

def network_info
  @network_info
end

#non_compliance_detailsArray<Google::Apis::AndroidmanagementV1::NonComplianceDetail>

Details about policy settings for which the device is not in compliance. Corresponds to the JSON property nonComplianceDetails



408
409
410
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 408

def non_compliance_details
  @non_compliance_details
end

#policy_compliantBoolean Also known as: policy_compliant?

Whether the device is compliant with its policy. Corresponds to the JSON property policyCompliant

Returns:

  • (Boolean)


413
414
415
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 413

def policy_compliant
  @policy_compliant
end

#policy_nameString

The name of the policy that is intended to be applied to the device. If empty, the policy_name for the user that owns this device is applied. This field may be modified by an update request. The name of the policy is in the form enterprises/enterpriseId/policies/policyId. It is also permissible to only specify the policyId when updating this field as long as the policyId contains no slashes since the rest of the policy name can be inferred from context. Corresponds to the JSON property policyName

Returns:

  • (String)


424
425
426
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 424

def policy_name
  @policy_name
end

#power_management_eventsArray<Google::Apis::AndroidmanagementV1::PowerManagementEvent>

Power management events on the device in chronological order. This information is only available when powerManagementEventsEnabled is true in the device's policy. Corresponds to the JSON property powerManagementEvents



431
432
433
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 431

def power_management_events
  @power_management_events
end

#previous_device_namesArray<String>

The previous device names used for the same physical device when it has been enrolled multiple times. The serial number is used as the unique identifier to determine if the same physical device has enrolled previously. The names are in chronological order. Corresponds to the JSON property previousDeviceNames

Returns:

  • (Array<String>)


439
440
441
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 439

def previous_device_names
  @previous_device_names
end

#software_infoGoogle::Apis::AndroidmanagementV1::SoftwareInfo

Information about device software. Corresponds to the JSON property softwareInfo



444
445
446
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 444

def software_info
  @software_info
end

#stateString

The state that is intended to be applied to the device. This field may be modified by an update request. Note that UpdateDevice only handles toggling between ACTIVE and DISABLED states. Use the delete device method to cause the device to enter the DELETED state. Corresponds to the JSON property state

Returns:

  • (String)


452
453
454
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 452

def state
  @state
end

#user_nameString

The resource name of the user that owns this device in the form enterprises/ enterpriseId/users/userId. Corresponds to the JSON property userName

Returns:

  • (String)


458
459
460
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 458

def user_name
  @user_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 465

def update!(**args)
  @api_level = args[:api_level] if args.key?(:api_level)
  @applied_policy_name = args[:applied_policy_name] if args.key?(:applied_policy_name)
  @applied_policy_version = args[:applied_policy_version] if args.key?(:applied_policy_version)
  @applied_state = args[:applied_state] if args.key?(:applied_state)
  @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
  @displays = args[:displays] if args.key?(:displays)
  @enrollment_time = args[:enrollment_time] if args.key?(:enrollment_time)
  @enrollment_token_data = args[:enrollment_token_data] if args.key?(:enrollment_token_data)
  @enrollment_token_name = args[:enrollment_token_name] if args.key?(:enrollment_token_name)
  @hardware_info = args[:hardware_info] if args.key?(:hardware_info)
  @hardware_status_samples = args[:hardware_status_samples] if args.key?(:hardware_status_samples)
  @last_policy_compliance_report_time = args[:last_policy_compliance_report_time] if args.key?(:last_policy_compliance_report_time)
  @last_policy_sync_time = args[:last_policy_sync_time] if args.key?(:last_policy_sync_time)
  @last_status_report_time = args[:last_status_report_time] if args.key?(:last_status_report_time)
  @memory_events = args[:memory_events] if args.key?(:memory_events)
  @memory_info = args[:memory_info] if args.key?(:memory_info)
  @name = args[:name] if args.key?(:name)
  @network_info = args[:network_info] if args.key?(:network_info)
  @non_compliance_details = args[:non_compliance_details] if args.key?(:non_compliance_details)
  @policy_compliant = args[:policy_compliant] if args.key?(:policy_compliant)
  @policy_name = args[:policy_name] if args.key?(:policy_name)
  @power_management_events = args[:power_management_events] if args.key?(:power_management_events)
  @previous_device_names = args[:previous_device_names] if args.key?(:previous_device_names)
  @software_info = args[:software_info] if args.key?(:software_info)
  @state = args[:state] if args.key?(:state)
  @user_name = args[:user_name] if args.key?(:user_name)
end