ListPendingSystemUpdatesResponse

public abstract class ListPendingSystemUpdatesResponse


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

Summary

Nested types

Builder for ListPendingSystemUpdatesResponse.

Public methods

static ListPendingSystemUpdatesResponse.Builder
static ListPendingSystemUpdatesResponse
abstract ImmutableList<SystemUpdate>

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

abstract ListPendingSystemUpdatesResponse.Builder

Public methods

getDefaultInstance

public static ListPendingSystemUpdatesResponse getDefaultInstance()

getSystemUpdates

public abstract ImmutableList<SystemUpdategetSystemUpdates()

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

public abstract ListPendingSystemUpdatesResponse.Builder toBuilder()