Google Analytics Admin V1alpha Client - Class ProvisionAccountTicketRequest (0.22.3)

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
Name Description
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
Type Description
Google\Analytics\Admin\V1alpha\Account|null

hasAccount

clearAccount

setAccount

The account to create.

Parameter
Name Description
var Google\Analytics\Admin\V1alpha\Account
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this