ReportSystemUpdateAbortedRequest

public abstract class ReportSystemUpdateAbortedRequest


Request to report that a system update has been aborted with an abort reason.

Summary

Nested types

Builder for ReportSystemUpdateAbortedRequest.

Public methods

static ReportSystemUpdateAbortedRequest.Builder
static ReportSystemUpdateAbortedRequest
abstract String

The name of the system update..

SystemUpdate.SystemUpdateState.AbortReason

Reason for aborting.

boolean

Returns true if reason is set.

abstract ReportSystemUpdateAbortedRequest.Builder

Public methods

getDefaultInstance

public static ReportSystemUpdateAbortedRequest getDefaultInstance()

getName

public abstract String getName()

The name of the system update..

getReason

public SystemUpdate.SystemUpdateState.AbortReason getReason()

Reason for aborting.

hasReason

public boolean hasReason()

Returns true if reason is set.

toBuilder

public abstract ReportSystemUpdateAbortedRequest.Builder toBuilder()