Interface ProvisionAccountTicketRequestOrBuilder (0.52.0)

public interface ProvisionAccountTicketRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccount()

public abstract Account getAccount()

The account to create.

.google.analytics.admin.v1beta.Account account = 1;

Returns
Type Description
Account

The account.

getAccountOrBuilder()

public abstract AccountOrBuilder getAccountOrBuilder()

The account to create.

.google.analytics.admin.v1beta.Account account = 1;

Returns
Type Description
AccountOrBuilder

getRedirectUri()

public abstract String getRedirectUri()

Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.

string redirect_uri = 2;

Returns
Type Description
String

The redirectUri.

getRedirectUriBytes()

public abstract ByteString getRedirectUriBytes()

Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Cloud Console as a Redirect URI.

string redirect_uri = 2;

Returns
Type Description
ByteString

The bytes for redirectUri.

hasAccount()

public abstract boolean hasAccount()

The account to create.

.google.analytics.admin.v1beta.Account account = 1;

Returns
Type Description
boolean

Whether the account field is set.