ListSystemUpdatesRequest

public abstract class ListSystemUpdatesRequest


Request message for ListSystemUpdates. This is called by OEM's OTA client to retrieve the list of SystemUpdate resources known to AMAPI.

Summary

Nested types

public abstract class ListSystemUpdatesRequest.Builder

Builder for ListSystemUpdatesRequest.

Public methods

builder

public static ListSystemUpdatesRequest.Builder builder()

getDefaultInstance

public static ListSystemUpdatesRequest getDefaultInstance()

getView

public abstract SystemUpdateView getView()

Optional. Specifies which parts of the SystemUpdate resource should be returned. AMAPI will populate the fields in the response based on this view.

toBuilder

public abstract ListSystemUpdatesRequest.Builder toBuilder()