ListPendingSystemUpdatesResponse

abstract class ListPendingSystemUpdatesResponse


Response message for ListPendingSystemUpdates. This returns the list of all pending SystemUpdate resources known to the OEM's OTA client.

Summary

Public functions

java-static ListPendingSystemUpdatesResponse.Builder!
java-static ListPendingSystemUpdatesResponse!
abstract ImmutableList<SystemUpdate!>!

The list of pending system updates known to the OEM's OTA client.

abstract ListPendingSystemUpdatesResponse.Builder!

Public functions

builder

java-static fun builder(): ListPendingSystemUpdatesResponse.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): ListPendingSystemUpdatesResponse!

getSystemUpdates

abstract fun getSystemUpdates(): ImmutableList<SystemUpdate!>!

The list of pending system updates known to the OEM's OTA client. A system update is considered pending if it is in a state where it can potentially be applied (i.e., AVAILABLE, DOWNLOADING, DOWNLOADED, DOWNLOAD_PREVENTED, or APPLY_PREVENTED) and has not yet been successfully applied or aborted.

toBuilder

abstract fun toBuilder(): ListPendingSystemUpdatesResponse.Builder!