Reference documentation and code samples for the Google Analytics Admin V1beta Client class ProvisionAccountTicketRequest.
Request message for ProvisionAccountTicket RPC.
Generated from protobuf message google.analytics.admin.v1beta.ProvisionAccountTicketRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account |
Google\Analytics\Admin\V1beta\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\V1beta\Account|null |
hasAccount
clearAccount
setAccount
The account to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1beta\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 |