GoogleDataStudio
extends Service
Table of Contents
Constants
-
OPTION_DEPLOYMENT_ID
= 'gds_deployment_id'
-
URL_CREATE
= 'https://datastudio.google.com/datasources/create'
Properties
-
$dateFormats
: mixed
Methods
-
printQuery()
: Result
-
validateDashboardUrl()
: mixed
OPTION_DEPLOYMENT_ID
public
mixed
OPTION_DEPLOYMENT_ID
= 'gds_deployment_id'
URL_CREATE
public
mixed
URL_CREATE
= 'https://datastudio.google.com/datasources/create'
public
static mixed
$dateFormats
= ['datetime_format' => '%Y%m%d%H%i%s', 'datetime_format_php' => 'YmdHis', 'date_format' => '%Y%m%d', 'date_format_php' => 'Ymd']
printQuery()
public
printQuery(string $tableName, array<string|int, mixed> $parameters, string $requestMethod, string $requestUri, int $limit, LimitManager $limitManager) : Result
Parameters
-
$tableName
: string
-
-
$parameters
: array<string|int, mixed>
-
-
$requestMethod
: string
-
-
$requestUri
: string
-
-
$limit
: int
-
-
$limitManager
: LimitManager
-
validateDashboardUrl()
public
static validateDashboardUrl(Event $event) : mixed
Parameters
-
$event
: Event
-
-
inheritDoc
-