Interface VerifySelfRequestOrBuilder (1.11.0)

public interface VerifySelfRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccount()

public abstract String getAccount()

Required. The name of the account under which the caller is a user. Format: accounts/{account}

string account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The account.

getAccountBytes()

public abstract ByteString getAccountBytes()

Required. The name of the account under which the caller is a user. Format: accounts/{account}

string account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for account.