CreateSystemUpdateRequest.Builder

abstract class CreateSystemUpdateRequest.Builder


Builder for CreateSystemUpdateRequest.

Summary

Public functions

abstract CreateSystemUpdateRequest!
CreateSystemUpdateRequest.Builder!

Clears systemUpdate.

CreateSystemUpdateRequest.Builder!

The SystemUpdate object to create.

Public functions

build

abstract fun build(): CreateSystemUpdateRequest!

clearSystemUpdate

fun clearSystemUpdate(): CreateSystemUpdateRequest.Builder!

Clears systemUpdate.

setSystemUpdate

fun setSystemUpdate(value: SystemUpdate!): CreateSystemUpdateRequest.Builder!

The SystemUpdate object to create. The SystemUpdate object should only contain fields owned by the OEM (e.g., name, type, api_level, name). Fields marked as output-only in the SystemUpdate message (like `instruction`) are ignored if provided in this request.