Interface ProvisionAccountTicketRequestOrBuilder (0.51.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
TypeDescription
Account

The account.

getAccountOrBuilder()

public abstract AccountOrBuilder getAccountOrBuilder()

The account to create.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for redirectUri.

hasAccount()

public abstract boolean hasAccount()

The account to create.

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

Returns
TypeDescription
boolean

Whether the account field is set.