Google Analytics Admin V1alpha Client - Class ProvisionAccountTicketRequest (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ProvisionAccountTicketRequest.

Request message for ProvisionAccountTicket RPC.

Generated from protobuf message google.analytics.admin.v1alpha.ProvisionAccountTicketRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ account Google\Analytics\Admin\V1alpha\Account

The account to create.

↳ redirect_uri string

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

getAccount

The account to create.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\Account|null

hasAccount

clearAccount

setAccount

The account to create.

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\Account
Returns
TypeDescription
$this

getRedirectUri

Redirect URI where the user will be sent after accepting Terms of Service.

Must be configured in Cloud Console as a Redirect URI.

Returns
TypeDescription
string

setRedirectUri

Redirect URI where the user will be sent after accepting Terms of Service.

Must be configured in Cloud Console as a Redirect URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this