UpdateControlState

public abstract class UpdateControlState


The singleton resource representing the update control state for a device.

Summary

Nested types

public abstract class UpdateControlState.Builder

Builder for UpdateControlState.

The current state of the update control solution.

Public methods

builder

public static UpdateControlState.Builder builder()

getControlState

public abstract UpdateControlState.ControlState getControlState()

Required. The current state of the system update control.

getDefaultInstance

public static UpdateControlState getDefaultInstance()

toBuilder

public abstract UpdateControlState.Builder toBuilder()