UpdateControlState

abstract class UpdateControlState


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

Summary

Nested types

Builder for UpdateControlState.

The current state of the update control solution.

Public functions

builder

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

getControlState

abstract fun getControlState(): UpdateControlState.ControlState!

Required. The current state of the system update control.

getDefaultInstance

java-static fun getDefaultInstance(): UpdateControlState!

toBuilder

abstract fun toBuilder(): UpdateControlState.Builder!