Initial commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_DownloadLineItemsRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'filterIds';
|
||||
public $fileSpec;
|
||||
public $filterIds;
|
||||
public $filterType;
|
||||
public $format;
|
||||
|
||||
public function setFileSpec($fileSpec)
|
||||
{
|
||||
$this->fileSpec = $fileSpec;
|
||||
}
|
||||
public function getFileSpec()
|
||||
{
|
||||
return $this->fileSpec;
|
||||
}
|
||||
public function setFilterIds($filterIds)
|
||||
{
|
||||
$this->filterIds = $filterIds;
|
||||
}
|
||||
public function getFilterIds()
|
||||
{
|
||||
return $this->filterIds;
|
||||
}
|
||||
public function setFilterType($filterType)
|
||||
{
|
||||
$this->filterType = $filterType;
|
||||
}
|
||||
public function getFilterType()
|
||||
{
|
||||
return $this->filterType;
|
||||
}
|
||||
public function setFormat($format)
|
||||
{
|
||||
$this->format = $format;
|
||||
}
|
||||
public function getFormat()
|
||||
{
|
||||
return $this->format;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_DownloadLineItemsResponse extends Google_Model
|
||||
{
|
||||
public $lineItems;
|
||||
|
||||
public function setLineItems($lineItems)
|
||||
{
|
||||
$this->lineItems = $lineItems;
|
||||
}
|
||||
public function getLineItems()
|
||||
{
|
||||
return $this->lineItems;
|
||||
}
|
||||
}
|
||||
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.php
vendored
Normal file
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadRequest.php
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_DownloadRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'filterIds';
|
||||
public $fileTypes;
|
||||
public $filterIds;
|
||||
public $filterType;
|
||||
public $version;
|
||||
|
||||
public function setFileTypes($fileTypes)
|
||||
{
|
||||
$this->fileTypes = $fileTypes;
|
||||
}
|
||||
public function getFileTypes()
|
||||
{
|
||||
return $this->fileTypes;
|
||||
}
|
||||
public function setFilterIds($filterIds)
|
||||
{
|
||||
$this->filterIds = $filterIds;
|
||||
}
|
||||
public function getFilterIds()
|
||||
{
|
||||
return $this->filterIds;
|
||||
}
|
||||
public function setFilterType($filterType)
|
||||
{
|
||||
$this->filterType = $filterType;
|
||||
}
|
||||
public function getFilterType()
|
||||
{
|
||||
return $this->filterType;
|
||||
}
|
||||
public function setVersion($version)
|
||||
{
|
||||
$this->version = $version;
|
||||
}
|
||||
public function getVersion()
|
||||
{
|
||||
return $this->version;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/DownloadResponse.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_DownloadResponse extends Google_Model
|
||||
{
|
||||
public $adGroups;
|
||||
public $ads;
|
||||
public $insertionOrders;
|
||||
public $lineItems;
|
||||
|
||||
public function setAdGroups($adGroups)
|
||||
{
|
||||
$this->adGroups = $adGroups;
|
||||
}
|
||||
public function getAdGroups()
|
||||
{
|
||||
return $this->adGroups;
|
||||
}
|
||||
public function setAds($ads)
|
||||
{
|
||||
$this->ads = $ads;
|
||||
}
|
||||
public function getAds()
|
||||
{
|
||||
return $this->ads;
|
||||
}
|
||||
public function setInsertionOrders($insertionOrders)
|
||||
{
|
||||
$this->insertionOrders = $insertionOrders;
|
||||
}
|
||||
public function getInsertionOrders()
|
||||
{
|
||||
return $this->insertionOrders;
|
||||
}
|
||||
public function setLineItems($lineItems)
|
||||
{
|
||||
$this->lineItems = $lineItems;
|
||||
}
|
||||
public function getLineItems()
|
||||
{
|
||||
return $this->lineItems;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/FilterPair.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_FilterPair extends Google_Model
|
||||
{
|
||||
public $type;
|
||||
public $value;
|
||||
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'queries';
|
||||
public $kind;
|
||||
protected $queriesType = 'Google_Service_DoubleClickBidManager_Query';
|
||||
protected $queriesDataType = 'array';
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setQueries($queries)
|
||||
{
|
||||
$this->queries = $queries;
|
||||
}
|
||||
public function getQueries()
|
||||
{
|
||||
return $this->queries;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'reports';
|
||||
public $kind;
|
||||
protected $reportsType = 'Google_Service_DoubleClickBidManager_Report';
|
||||
protected $reportsDataType = 'array';
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setReports($reports)
|
||||
{
|
||||
$this->reports = $reports;
|
||||
}
|
||||
public function getReports()
|
||||
{
|
||||
return $this->reports;
|
||||
}
|
||||
}
|
||||
66
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Note.php
vendored
Normal file
66
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Note.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_Note extends Google_Model
|
||||
{
|
||||
public $id;
|
||||
public $message;
|
||||
public $source;
|
||||
public $timestamp;
|
||||
public $username;
|
||||
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setMessage($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
public function getMessage()
|
||||
{
|
||||
return $this->message;
|
||||
}
|
||||
public function setSource($source)
|
||||
{
|
||||
$this->source = $source;
|
||||
}
|
||||
public function getSource()
|
||||
{
|
||||
return $this->source;
|
||||
}
|
||||
public function setTimestamp($timestamp)
|
||||
{
|
||||
$this->timestamp = $timestamp;
|
||||
}
|
||||
public function getTimestamp()
|
||||
{
|
||||
return $this->timestamp;
|
||||
}
|
||||
public function setUsername($username)
|
||||
{
|
||||
$this->username = $username;
|
||||
}
|
||||
public function getUsername()
|
||||
{
|
||||
return $this->username;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'notes';
|
||||
public $action;
|
||||
public $href;
|
||||
public $id;
|
||||
protected $notesType = 'Google_Service_DoubleClickBidManager_Note';
|
||||
protected $notesDataType = 'array';
|
||||
public $token;
|
||||
|
||||
public function setAction($action)
|
||||
{
|
||||
$this->action = $action;
|
||||
}
|
||||
public function getAction()
|
||||
{
|
||||
return $this->action;
|
||||
}
|
||||
public function setHref($href)
|
||||
{
|
||||
$this->href = $href;
|
||||
}
|
||||
public function getHref()
|
||||
{
|
||||
return $this->href;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setNotes($notes)
|
||||
{
|
||||
$this->notes = $notes;
|
||||
}
|
||||
public function getNotes()
|
||||
{
|
||||
return $this->notes;
|
||||
}
|
||||
public function setToken($token)
|
||||
{
|
||||
$this->token = $token;
|
||||
}
|
||||
public function getToken()
|
||||
{
|
||||
return $this->token;
|
||||
}
|
||||
}
|
||||
68
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php
vendored
Normal file
68
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Parameters.php
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'metrics';
|
||||
protected $filtersType = 'Google_Service_DoubleClickBidManager_FilterPair';
|
||||
protected $filtersDataType = 'array';
|
||||
public $groupBys;
|
||||
public $includeInviteData;
|
||||
public $metrics;
|
||||
public $type;
|
||||
|
||||
public function setFilters($filters)
|
||||
{
|
||||
$this->filters = $filters;
|
||||
}
|
||||
public function getFilters()
|
||||
{
|
||||
return $this->filters;
|
||||
}
|
||||
public function setGroupBys($groupBys)
|
||||
{
|
||||
$this->groupBys = $groupBys;
|
||||
}
|
||||
public function getGroupBys()
|
||||
{
|
||||
return $this->groupBys;
|
||||
}
|
||||
public function setIncludeInviteData($includeInviteData)
|
||||
{
|
||||
$this->includeInviteData = $includeInviteData;
|
||||
}
|
||||
public function getIncludeInviteData()
|
||||
{
|
||||
return $this->includeInviteData;
|
||||
}
|
||||
public function setMetrics($metrics)
|
||||
{
|
||||
$this->metrics = $metrics;
|
||||
}
|
||||
public function getMetrics()
|
||||
{
|
||||
return $this->metrics;
|
||||
}
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
96
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php
vendored
Normal file
96
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Query.php
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_Query extends Google_Model
|
||||
{
|
||||
public $kind;
|
||||
protected $metadataType = 'Google_Service_DoubleClickBidManager_QueryMetadata';
|
||||
protected $metadataDataType = '';
|
||||
protected $paramsType = 'Google_Service_DoubleClickBidManager_Parameters';
|
||||
protected $paramsDataType = '';
|
||||
public $queryId;
|
||||
public $reportDataEndTimeMs;
|
||||
public $reportDataStartTimeMs;
|
||||
protected $scheduleType = 'Google_Service_DoubleClickBidManager_QuerySchedule';
|
||||
protected $scheduleDataType = '';
|
||||
public $timezoneCode;
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata)
|
||||
{
|
||||
$this->metadata = $metadata;
|
||||
}
|
||||
public function getMetadata()
|
||||
{
|
||||
return $this->metadata;
|
||||
}
|
||||
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
|
||||
{
|
||||
$this->params = $params;
|
||||
}
|
||||
public function getParams()
|
||||
{
|
||||
return $this->params;
|
||||
}
|
||||
public function setQueryId($queryId)
|
||||
{
|
||||
$this->queryId = $queryId;
|
||||
}
|
||||
public function getQueryId()
|
||||
{
|
||||
return $this->queryId;
|
||||
}
|
||||
public function setReportDataEndTimeMs($reportDataEndTimeMs)
|
||||
{
|
||||
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
|
||||
}
|
||||
public function getReportDataEndTimeMs()
|
||||
{
|
||||
return $this->reportDataEndTimeMs;
|
||||
}
|
||||
public function setReportDataStartTimeMs($reportDataStartTimeMs)
|
||||
{
|
||||
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
|
||||
}
|
||||
public function getReportDataStartTimeMs()
|
||||
{
|
||||
return $this->reportDataStartTimeMs;
|
||||
}
|
||||
public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule)
|
||||
{
|
||||
$this->schedule = $schedule;
|
||||
}
|
||||
public function getSchedule()
|
||||
{
|
||||
return $this->schedule;
|
||||
}
|
||||
public function setTimezoneCode($timezoneCode)
|
||||
{
|
||||
$this->timezoneCode = $timezoneCode;
|
||||
}
|
||||
public function getTimezoneCode()
|
||||
{
|
||||
return $this->timezoneCode;
|
||||
}
|
||||
}
|
||||
121
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php
vendored
Normal file
121
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QueryMetadata.php
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'shareEmailAddress';
|
||||
public $dataRange;
|
||||
public $format;
|
||||
public $googleCloudStoragePathForLatestReport;
|
||||
public $googleDrivePathForLatestReport;
|
||||
public $latestReportRunTimeMs;
|
||||
public $locale;
|
||||
public $reportCount;
|
||||
public $running;
|
||||
public $sendNotification;
|
||||
public $shareEmailAddress;
|
||||
public $title;
|
||||
|
||||
public function setDataRange($dataRange)
|
||||
{
|
||||
$this->dataRange = $dataRange;
|
||||
}
|
||||
public function getDataRange()
|
||||
{
|
||||
return $this->dataRange;
|
||||
}
|
||||
public function setFormat($format)
|
||||
{
|
||||
$this->format = $format;
|
||||
}
|
||||
public function getFormat()
|
||||
{
|
||||
return $this->format;
|
||||
}
|
||||
public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport)
|
||||
{
|
||||
$this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport;
|
||||
}
|
||||
public function getGoogleCloudStoragePathForLatestReport()
|
||||
{
|
||||
return $this->googleCloudStoragePathForLatestReport;
|
||||
}
|
||||
public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport)
|
||||
{
|
||||
$this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport;
|
||||
}
|
||||
public function getGoogleDrivePathForLatestReport()
|
||||
{
|
||||
return $this->googleDrivePathForLatestReport;
|
||||
}
|
||||
public function setLatestReportRunTimeMs($latestReportRunTimeMs)
|
||||
{
|
||||
$this->latestReportRunTimeMs = $latestReportRunTimeMs;
|
||||
}
|
||||
public function getLatestReportRunTimeMs()
|
||||
{
|
||||
return $this->latestReportRunTimeMs;
|
||||
}
|
||||
public function setLocale($locale)
|
||||
{
|
||||
$this->locale = $locale;
|
||||
}
|
||||
public function getLocale()
|
||||
{
|
||||
return $this->locale;
|
||||
}
|
||||
public function setReportCount($reportCount)
|
||||
{
|
||||
$this->reportCount = $reportCount;
|
||||
}
|
||||
public function getReportCount()
|
||||
{
|
||||
return $this->reportCount;
|
||||
}
|
||||
public function setRunning($running)
|
||||
{
|
||||
$this->running = $running;
|
||||
}
|
||||
public function getRunning()
|
||||
{
|
||||
return $this->running;
|
||||
}
|
||||
public function setSendNotification($sendNotification)
|
||||
{
|
||||
$this->sendNotification = $sendNotification;
|
||||
}
|
||||
public function getSendNotification()
|
||||
{
|
||||
return $this->sendNotification;
|
||||
}
|
||||
public function setShareEmailAddress($shareEmailAddress)
|
||||
{
|
||||
$this->shareEmailAddress = $shareEmailAddress;
|
||||
}
|
||||
public function getShareEmailAddress()
|
||||
{
|
||||
return $this->shareEmailAddress;
|
||||
}
|
||||
public function setTitle($title)
|
||||
{
|
||||
$this->title = $title;
|
||||
}
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->title;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/QuerySchedule.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_QuerySchedule extends Google_Model
|
||||
{
|
||||
public $endTimeMs;
|
||||
public $frequency;
|
||||
public $nextRunMinuteOfDay;
|
||||
public $nextRunTimezoneCode;
|
||||
|
||||
public function setEndTimeMs($endTimeMs)
|
||||
{
|
||||
$this->endTimeMs = $endTimeMs;
|
||||
}
|
||||
public function getEndTimeMs()
|
||||
{
|
||||
return $this->endTimeMs;
|
||||
}
|
||||
public function setFrequency($frequency)
|
||||
{
|
||||
$this->frequency = $frequency;
|
||||
}
|
||||
public function getFrequency()
|
||||
{
|
||||
return $this->frequency;
|
||||
}
|
||||
public function setNextRunMinuteOfDay($nextRunMinuteOfDay)
|
||||
{
|
||||
$this->nextRunMinuteOfDay = $nextRunMinuteOfDay;
|
||||
}
|
||||
public function getNextRunMinuteOfDay()
|
||||
{
|
||||
return $this->nextRunMinuteOfDay;
|
||||
}
|
||||
public function setNextRunTimezoneCode($nextRunTimezoneCode)
|
||||
{
|
||||
$this->nextRunTimezoneCode = $nextRunTimezoneCode;
|
||||
}
|
||||
public function getNextRunTimezoneCode()
|
||||
{
|
||||
return $this->nextRunTimezoneCode;
|
||||
}
|
||||
}
|
||||
51
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.php
vendored
Normal file
51
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Report.php
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_Report extends Google_Model
|
||||
{
|
||||
protected $keyType = 'Google_Service_DoubleClickBidManager_ReportKey';
|
||||
protected $keyDataType = '';
|
||||
protected $metadataType = 'Google_Service_DoubleClickBidManager_ReportMetadata';
|
||||
protected $metadataDataType = '';
|
||||
protected $paramsType = 'Google_Service_DoubleClickBidManager_Parameters';
|
||||
protected $paramsDataType = '';
|
||||
|
||||
public function setKey(Google_Service_DoubleClickBidManager_ReportKey $key)
|
||||
{
|
||||
$this->key = $key;
|
||||
}
|
||||
public function getKey()
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata)
|
||||
{
|
||||
$this->metadata = $metadata;
|
||||
}
|
||||
public function getMetadata()
|
||||
{
|
||||
return $this->metadata;
|
||||
}
|
||||
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
|
||||
{
|
||||
$this->params = $params;
|
||||
}
|
||||
public function getParams()
|
||||
{
|
||||
return $this->params;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportFailure.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ReportFailure extends Google_Model
|
||||
{
|
||||
public $errorCode;
|
||||
|
||||
public function setErrorCode($errorCode)
|
||||
{
|
||||
$this->errorCode = $errorCode;
|
||||
}
|
||||
public function getErrorCode()
|
||||
{
|
||||
return $this->errorCode;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportKey.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ReportKey extends Google_Model
|
||||
{
|
||||
public $queryId;
|
||||
public $reportId;
|
||||
|
||||
public function setQueryId($queryId)
|
||||
{
|
||||
$this->queryId = $queryId;
|
||||
}
|
||||
public function getQueryId()
|
||||
{
|
||||
return $this->queryId;
|
||||
}
|
||||
public function setReportId($reportId)
|
||||
{
|
||||
$this->reportId = $reportId;
|
||||
}
|
||||
public function getReportId()
|
||||
{
|
||||
return $this->reportId;
|
||||
}
|
||||
}
|
||||
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.php
vendored
Normal file
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportMetadata.php
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
|
||||
{
|
||||
public $googleCloudStoragePath;
|
||||
public $reportDataEndTimeMs;
|
||||
public $reportDataStartTimeMs;
|
||||
protected $statusType = 'Google_Service_DoubleClickBidManager_ReportStatus';
|
||||
protected $statusDataType = '';
|
||||
|
||||
public function setGoogleCloudStoragePath($googleCloudStoragePath)
|
||||
{
|
||||
$this->googleCloudStoragePath = $googleCloudStoragePath;
|
||||
}
|
||||
public function getGoogleCloudStoragePath()
|
||||
{
|
||||
return $this->googleCloudStoragePath;
|
||||
}
|
||||
public function setReportDataEndTimeMs($reportDataEndTimeMs)
|
||||
{
|
||||
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
|
||||
}
|
||||
public function getReportDataEndTimeMs()
|
||||
{
|
||||
return $this->reportDataEndTimeMs;
|
||||
}
|
||||
public function setReportDataStartTimeMs($reportDataStartTimeMs)
|
||||
{
|
||||
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
|
||||
}
|
||||
public function getReportDataStartTimeMs()
|
||||
{
|
||||
return $this->reportDataStartTimeMs;
|
||||
}
|
||||
public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
}
|
||||
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php
vendored
Normal file
58
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/ReportStatus.php
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_ReportStatus extends Google_Model
|
||||
{
|
||||
protected $failureType = 'Google_Service_DoubleClickBidManager_ReportFailure';
|
||||
protected $failureDataType = '';
|
||||
public $finishTimeMs;
|
||||
public $format;
|
||||
public $state;
|
||||
|
||||
public function setFailure(Google_Service_DoubleClickBidManager_ReportFailure $failure)
|
||||
{
|
||||
$this->failure = $failure;
|
||||
}
|
||||
public function getFailure()
|
||||
{
|
||||
return $this->failure;
|
||||
}
|
||||
public function setFinishTimeMs($finishTimeMs)
|
||||
{
|
||||
$this->finishTimeMs = $finishTimeMs;
|
||||
}
|
||||
public function getFinishTimeMs()
|
||||
{
|
||||
return $this->finishTimeMs;
|
||||
}
|
||||
public function setFormat($format)
|
||||
{
|
||||
$this->format = $format;
|
||||
}
|
||||
public function getFormat()
|
||||
{
|
||||
return $this->format;
|
||||
}
|
||||
public function setState($state)
|
||||
{
|
||||
$this->state = $state;
|
||||
}
|
||||
public function getState()
|
||||
{
|
||||
return $this->state;
|
||||
}
|
||||
}
|
||||
54
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php
vendored
Normal file
54
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Lineitems.php
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "lineitems" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
|
||||
* $lineitems = $doubleclickbidmanagerService->lineitems;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DoubleClickBidManager_Resource_Lineitems extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Retrieves line items in CSV format. (lineitems.downloadlineitems)
|
||||
*
|
||||
* @param Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_DownloadLineItemsResponse
|
||||
*/
|
||||
public function downloadlineitems(Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse");
|
||||
}
|
||||
/**
|
||||
* Uploads line items in CSV format. (lineitems.uploadlineitems)
|
||||
*
|
||||
* @param Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_UploadLineItemsResponse
|
||||
*/
|
||||
public function uploadlineitems(Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('uploadlineitems', array($params), "Google_Service_DoubleClickBidManager_UploadLineItemsResponse");
|
||||
}
|
||||
}
|
||||
92
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php
vendored
Normal file
92
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Queries.php
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "queries" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
|
||||
* $queries = $doubleclickbidmanagerService->queries;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DoubleClickBidManager_Resource_Queries extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Creates a query. (queries.createquery)
|
||||
*
|
||||
* @param Google_Service_DoubleClickBidManager_Query $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_Query
|
||||
*/
|
||||
public function createquery(Google_Service_DoubleClickBidManager_Query $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('createquery', array($params), "Google_Service_DoubleClickBidManager_Query");
|
||||
}
|
||||
/**
|
||||
* Deletes a stored query as well as the associated stored reports.
|
||||
* (queries.deletequery)
|
||||
*
|
||||
* @param string $queryId Query ID to delete.
|
||||
* @param array $optParams Optional parameters.
|
||||
*/
|
||||
public function deletequery($queryId, $optParams = array())
|
||||
{
|
||||
$params = array('queryId' => $queryId);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('deletequery', array($params));
|
||||
}
|
||||
/**
|
||||
* Retrieves a stored query. (queries.getquery)
|
||||
*
|
||||
* @param string $queryId Query ID to retrieve.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_Query
|
||||
*/
|
||||
public function getquery($queryId, $optParams = array())
|
||||
{
|
||||
$params = array('queryId' => $queryId);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query");
|
||||
}
|
||||
/**
|
||||
* Retrieves stored queries. (queries.listqueries)
|
||||
*
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_ListQueriesResponse
|
||||
*/
|
||||
public function listqueries($optParams = array())
|
||||
{
|
||||
$params = array();
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('listqueries', array($params), "Google_Service_DoubleClickBidManager_ListQueriesResponse");
|
||||
}
|
||||
/**
|
||||
* Runs a stored query to generate a report. (queries.runquery)
|
||||
*
|
||||
* @param string $queryId Query ID to run.
|
||||
* @param Google_Service_DoubleClickBidManager_RunQueryRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*/
|
||||
public function runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('queryId' => $queryId, 'postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('runquery', array($params));
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Reports.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "reports" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
|
||||
* $reports = $doubleclickbidmanagerService->reports;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DoubleClickBidManager_Resource_Reports extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Retrieves stored reports. (reports.listreports)
|
||||
*
|
||||
* @param string $queryId Query ID with which the reports are associated.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_ListReportsResponse
|
||||
*/
|
||||
public function listreports($queryId, $optParams = array())
|
||||
{
|
||||
$params = array('queryId' => $queryId);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('listreports', array($params), "Google_Service_DoubleClickBidManager_ListReportsResponse");
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Rubicon.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Rubicon.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "rubicon" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
|
||||
* $rubicon = $doubleclickbidmanagerService->rubicon;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DoubleClickBidManager_Resource_Rubicon extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Update proposal upon actions of Rubicon publisher.
|
||||
* (rubicon.notifyproposalchange)
|
||||
*
|
||||
* @param Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
*/
|
||||
public function notifyproposalchange(Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('notifyproposalchange', array($params));
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/Resource/Sdf.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "sdf" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
|
||||
* $sdf = $doubleclickbidmanagerService->sdf;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_DoubleClickBidManager_Resource_Sdf extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Retrieves entities in SDF format. (sdf.download)
|
||||
*
|
||||
* @param Google_Service_DoubleClickBidManager_DownloadRequest $postBody
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_DoubleClickBidManager_DownloadResponse
|
||||
*/
|
||||
public function download(Google_Service_DoubleClickBidManager_DownloadRequest $postBody, $optParams = array())
|
||||
{
|
||||
$params = array('postBody' => $postBody);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('download', array($params), "Google_Service_DoubleClickBidManager_DownloadResponse");
|
||||
}
|
||||
}
|
||||
76
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.php
vendored
Normal file
76
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RowStatus.php
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'errors';
|
||||
public $changed;
|
||||
public $entityId;
|
||||
public $entityName;
|
||||
public $errors;
|
||||
public $persisted;
|
||||
public $rowNumber;
|
||||
|
||||
public function setChanged($changed)
|
||||
{
|
||||
$this->changed = $changed;
|
||||
}
|
||||
public function getChanged()
|
||||
{
|
||||
return $this->changed;
|
||||
}
|
||||
public function setEntityId($entityId)
|
||||
{
|
||||
$this->entityId = $entityId;
|
||||
}
|
||||
public function getEntityId()
|
||||
{
|
||||
return $this->entityId;
|
||||
}
|
||||
public function setEntityName($entityName)
|
||||
{
|
||||
$this->entityName = $entityName;
|
||||
}
|
||||
public function getEntityName()
|
||||
{
|
||||
return $this->entityName;
|
||||
}
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
public function setPersisted($persisted)
|
||||
{
|
||||
$this->persisted = $persisted;
|
||||
}
|
||||
public function getPersisted()
|
||||
{
|
||||
return $this->persisted;
|
||||
}
|
||||
public function setRowNumber($rowNumber)
|
||||
{
|
||||
$this->rowNumber = $rowNumber;
|
||||
}
|
||||
public function getRowNumber()
|
||||
{
|
||||
return $this->rowNumber;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/RunQueryRequest.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_RunQueryRequest extends Google_Model
|
||||
{
|
||||
public $dataRange;
|
||||
public $reportDataEndTimeMs;
|
||||
public $reportDataStartTimeMs;
|
||||
public $timezoneCode;
|
||||
|
||||
public function setDataRange($dataRange)
|
||||
{
|
||||
$this->dataRange = $dataRange;
|
||||
}
|
||||
public function getDataRange()
|
||||
{
|
||||
return $this->dataRange;
|
||||
}
|
||||
public function setReportDataEndTimeMs($reportDataEndTimeMs)
|
||||
{
|
||||
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
|
||||
}
|
||||
public function getReportDataEndTimeMs()
|
||||
{
|
||||
return $this->reportDataEndTimeMs;
|
||||
}
|
||||
public function setReportDataStartTimeMs($reportDataStartTimeMs)
|
||||
{
|
||||
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
|
||||
}
|
||||
public function getReportDataStartTimeMs()
|
||||
{
|
||||
return $this->reportDataStartTimeMs;
|
||||
}
|
||||
public function setTimezoneCode($timezoneCode)
|
||||
{
|
||||
$this->timezoneCode = $timezoneCode;
|
||||
}
|
||||
public function getTimezoneCode()
|
||||
{
|
||||
return $this->timezoneCode;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_UploadLineItemsRequest extends Google_Model
|
||||
{
|
||||
public $dryRun;
|
||||
public $format;
|
||||
public $lineItems;
|
||||
|
||||
public function setDryRun($dryRun)
|
||||
{
|
||||
$this->dryRun = $dryRun;
|
||||
}
|
||||
public function getDryRun()
|
||||
{
|
||||
return $this->dryRun;
|
||||
}
|
||||
public function setFormat($format)
|
||||
{
|
||||
$this->format = $format;
|
||||
}
|
||||
public function getFormat()
|
||||
{
|
||||
return $this->format;
|
||||
}
|
||||
public function setLineItems($lineItems)
|
||||
{
|
||||
$this->lineItems = $lineItems;
|
||||
}
|
||||
public function getLineItems()
|
||||
{
|
||||
return $this->lineItems;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Google_Model
|
||||
{
|
||||
protected $uploadStatusType = 'Google_Service_DoubleClickBidManager_UploadStatus';
|
||||
protected $uploadStatusDataType = '';
|
||||
|
||||
public function setUploadStatus(Google_Service_DoubleClickBidManager_UploadStatus $uploadStatus)
|
||||
{
|
||||
$this->uploadStatus = $uploadStatus;
|
||||
}
|
||||
public function getUploadStatus()
|
||||
{
|
||||
return $this->uploadStatus;
|
||||
}
|
||||
}
|
||||
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php
vendored
Normal file
41
vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/UploadStatus.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
* the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'rowStatus';
|
||||
public $errors;
|
||||
protected $rowStatusType = 'Google_Service_DoubleClickBidManager_RowStatus';
|
||||
protected $rowStatusDataType = 'array';
|
||||
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
public function setRowStatus($rowStatus)
|
||||
{
|
||||
$this->rowStatus = $rowStatus;
|
||||
}
|
||||
public function getRowStatus()
|
||||
{
|
||||
return $this->rowStatus;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user