CancelAccountSetupAttemptRequest

public abstract class CancelAccountSetupAttemptRequest


Request to the CancelAccountSetupAttempt.

Summary

Nested types

Builder for CancelAccountSetupAttemptRequest.

Public methods

static CancelAccountSetupAttemptRequest.Builder
AccountSetupAttempt

The account setup attempt to cancel.

static CancelAccountSetupAttemptRequest
boolean

Returns true if accountSetupAttempt is set.

abstract CancelAccountSetupAttemptRequest.Builder

Public methods

getAccountSetupAttempt

public AccountSetupAttempt getAccountSetupAttempt()

The account setup attempt to cancel.

getDefaultInstance

public static CancelAccountSetupAttemptRequest getDefaultInstance()

hasAccountSetupAttempt

public boolean hasAccountSetupAttempt()

Returns true if accountSetupAttempt is set.

toBuilder

public abstract CancelAccountSetupAttemptRequest.Builder toBuilder()